.bd-id-tiktok-landingpage {
  --bg0: #070A12;
  --bg1: #0B1020;
  --bg2: #0E1630;
  --ink: #EAF0FF;
  --ink2: #B9C6E6;
  --muted: #7E8BB0;
  --card: rgba(255, 255, 255, 0.06);
  --card2: rgba(255, 255, 255, 0.085);
  --border: rgba(255, 255, 255, 0.11);
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.45);
  --n1: #7C5CFF;
  /* violet */
  --n2: #00E5FF;
  /* cyan */
  --n3: #FF4D8D;
  /* pink */
  --n4: #FFB86B;
  /* amber */
  --ctaA: #FF4D8D;
  --ctaB: #FFB86B;
  /* HERO */
  /* Cards */
  /* Fit check */
  /* Trust */
  /* Social proof */
  /* Video */
  /* Timer */
  /* Programs */
  /* Process */
  /* Sticky CTA */
  /* Brand logo */
}
.bd-id-tiktok-landingpage * {
  box-sizing: border-box;
}
.bd-id-tiktok-landingpage html,
.bd-id-tiktok-landingpage body {
  height: 100%;
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--ink);
}
.bd-id-tiktok-landingpage body {
  background: radial-gradient(1200px 760px at 20% 15%, rgba(124, 92, 255, 0.35), transparent 60%), radial-gradient(1000px 700px at 75% 20%, rgba(0, 229, 255, 0.2), transparent 60%), radial-gradient(1000px 700px at 65% 78%, rgba(255, 77, 141, 0.2), transparent 62%), radial-gradient(900px 640px at 20% 90%, rgba(255, 184, 107, 0.16), transparent 65%), linear-gradient(180deg, var(--bg0) 0%, var(--bg1) 40%, var(--bg2) 100%);
  overflow-x: hidden;
}
.bd-id-tiktok-landingpage #kopf {
  background-color: transparent;
}
.bd-id-tiktok-landingpage a {
  color: inherit;
}
.bd-id-tiktok-landingpage .wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 26px 16px 110px;
}
.bd-id-tiktok-landingpage .hero {
  padding: 22px 0 10px;
}
.bd-id-tiktok-landingpage .pillrow {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.bd-id-tiktok-landingpage .pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: var(--ink2);
  font-weight: 950;
  font-size: 13px;
}
.bd-id-tiktok-landingpage .dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ctaA), var(--ctaB));
  box-shadow: 0 0 22px rgba(255, 77, 141, 0.35);
}
.bd-id-tiktok-landingpage h1 {
  margin: 0 0 10px 0;
  font-weight: 980;
  letter-spacing: -0.02em;
  line-height: 1.02;
  font-size: clamp(40px, 6.4vw, 86px);
}
.bd-id-tiktok-landingpage .subclaim {
  margin-top: 6px;
  font-weight: 980;
  letter-spacing: 0.02em;
  color: var(--ink);
  font-size: clamp(18px, 2.4vw, 30px);
  opacity: 0.92;
}
.bd-id-tiktok-landingpage .gradient {
  background: linear-gradient(90deg, var(--n2), var(--n1), var(--n3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.bd-id-tiktok-landingpage .lead {
  margin: 0 0 14px 0;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.65;
  color: var(--ink2);
  max-width: 980px;
}
.bd-id-tiktok-landingpage .lead strong {
  color: var(--ink);
  font-weight: 980;
}
.bd-id-tiktok-landingpage .ctaRow {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 14px;
}
.bd-id-tiktok-landingpage .cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--ctaA), var(--ctaB));
  color: #200915;
  font-weight: 980;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 18px 46px rgba(255, 77, 141, 0.18);
}
.bd-id-tiktok-landingpage .cta.secondary {
  background: rgba(255, 255, 255, 0.07);
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: none;
}
.bd-id-tiktok-landingpage .micro {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.45;
  margin-top: 10px;
}
.bd-id-tiktok-landingpage .grid2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 16px;
}
@media (min-width: 960px) {
  .bd-id-tiktok-landingpage .grid2 {
    grid-template-columns: 1.05fr 0.95fr;
  }
}
.bd-id-tiktok-landingpage .card {
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 18px;
  position: relative;
  overflow: hidden;
}
.bd-id-tiktok-landingpage .bar {
  height: 6px;
  border-radius: 999px;
  margin: -6px 0 14px 0;
  background: linear-gradient(90deg, var(--n2), var(--n1), var(--n3));
  opacity: 0.9;
}
.bd-id-tiktok-landingpage .bar.alt {
  background: linear-gradient(90deg, var(--n3), var(--n4));
}
.bd-id-tiktok-landingpage .bar.soft {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
}
.bd-id-tiktok-landingpage h2 {
  margin: 0 0 8px 0;
  font-size: clamp(20px, 2.8vw, 34px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-weight: 980;
  color: var(--ink);
}
.bd-id-tiktok-landingpage .copy {
  margin: 0;
  color: var(--ink2);
  font-size: 16px;
  line-height: 1.6;
}
.bd-id-tiktok-landingpage .copy strong {
  color: var(--ink);
  font-weight: 980;
}
.bd-id-tiktok-landingpage .kpis {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 12px;
}
.bd-id-tiktok-landingpage .kpi {
  min-width: 0;
}
@media (max-width: 719px) {
  .bd-id-tiktok-landingpage .kpis {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 720px) {
  .bd-id-tiktok-landingpage .kpis {
    grid-template-columns: repeat(5, 1fr);
  }
}
.bd-id-tiktok-landingpage .kpi {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 12px 12px 10px;
}
.bd-id-tiktok-landingpage .kpi b {
  display: block;
  font-size: 15px;
  color: var(--ink);
}
.bd-id-tiktok-landingpage .kpi span {
  display: block;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.35;
  margin-top: 4px;
}
.bd-id-tiktok-landingpage .fit {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}
.bd-id-tiktok-landingpage .check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.bd-id-tiktok-landingpage .mark {
  width: 26px;
  height: 26px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 77, 141, 0.92), rgba(255, 184, 107, 0.92));
  color: #200915;
  font-weight: 980;
  flex: 0 0 auto;
}
.bd-id-tiktok-landingpage .check b {
  color: var(--ink);
}
.bd-id-tiktok-landingpage .check .hint {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
  margin-top: 4px;
}
.bd-id-tiktok-landingpage .trustGrid {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}
@media (min-width: 960px) {
  .bd-id-tiktok-landingpage .trustGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bd-id-tiktok-landingpage .trust {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 14px;
  text-align: left;
}
.bd-id-tiktok-landingpage .trust b {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bd-id-tiktok-landingpage .trust p {
  margin: 8px 0 0 0;
  color: var(--ink2);
  font-size: 13.5px;
  line-height: 1.6;
  text-align: left;
}
.bd-id-tiktok-landingpage .proofGrid {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}
@media (min-width: 960px) {
  .bd-id-tiktok-landingpage .proofGrid {
    grid-template-columns: 1fr 1fr;
  }
}
.bd-id-tiktok-landingpage .videoFrame {
  margin-top: 12px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  position: relative;
}
.bd-id-tiktok-landingpage .videoFrame:before {
  content: "";
  position: absolute;
  inset: -2px;
  background: radial-gradient(600px 360px at 40% 40%, rgba(0, 229, 255, 0.22), transparent 62%), radial-gradient(600px 360px at 70% 70%, rgba(255, 77, 141, 0.18), transparent 64%);
  filter: blur(10px);
  opacity: 0.8;
}
.bd-id-tiktok-landingpage .videoFrame .inner {
  position: relative;
  width: 92%;
  height: 82%;
  border-radius: 14px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  text-align: center;
  font-weight: 980;
}
.bd-id-tiktok-landingpage .timer {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.bd-id-tiktok-landingpage .tbox {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 10px 12px;
  min-width: 88px;
  text-align: center;
}
.bd-id-tiktok-landingpage .tbox b {
  display: block;
  font-size: 18px;
}
.bd-id-tiktok-landingpage .tbox span {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 4px;
}
.bd-id-tiktok-landingpage .programs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 12px;
}
@media (min-width: 960px) {
  .bd-id-tiktok-landingpage .programs {
    grid-template-columns: repeat(3, 1fr);
  }
}
.bd-id-tiktok-landingpage .prog {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bd-id-tiktok-landingpage .tag {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 980;
}
.bd-id-tiktok-landingpage .prog h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 980;
}
.bd-id-tiktok-landingpage .prog p {
  margin: 0;
  color: var(--ink2);
  font-size: 13.5px;
  line-height: 1.55;
}
.bd-id-tiktok-landingpage .prog .links {
  margin-top: auto;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.bd-id-tiktok-landingpage .link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 980;
  font-size: 13px;
  text-decoration: none;
  color: var(--ink);
}
.bd-id-tiktok-landingpage .link.primary {
  background: linear-gradient(135deg, rgba(255, 77, 141, 0.92), rgba(255, 184, 107, 0.92));
  border-color: transparent;
  color: #200915;
}
.bd-id-tiktok-landingpage .steps {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}
@media (min-width: 960px) {
  .bd-id-tiktok-landingpage .steps {
    grid-template-columns: repeat(3, 1fr);
  }
}
.bd-id-tiktok-landingpage .step {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 14px;
}
.bd-id-tiktok-landingpage .step b {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bd-id-tiktok-landingpage .num {
  width: 26px;
  height: 26px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 229, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--ink);
  font-weight: 980;
}
.bd-id-tiktok-landingpage .step p {
  margin: 8px 0 0 0;
  color: var(--ink2);
  font-size: 13.5px;
  line-height: 1.55;
}
.bd-id-tiktok-landingpage .sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 14px;
  background: rgba(10, 15, 30, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  z-index: 50;
}
.bd-id-tiktok-landingpage .sticky .inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.bd-id-tiktok-landingpage .sticky .txt {
  font-size: 13px;
  color: var(--ink2);
  line-height: 1.35;
}
.bd-id-tiktok-landingpage .sticky .txt b {
  color: var(--ink);
}
.bd-id-tiktok-landingpage .section {
  margin-top: 16px;
}
.bd-id-tiktok-landingpage .brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px 0;
}
.bd-id-tiktok-landingpage .brandLogo {
  height: 44px;
  width: auto;
  max-width: min(460px, 90vw);
  opacity: 0.92;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.55));
}
@media (min-width: 720px) {
  .bd-id-tiktok-landingpage .brandLogo {
    height: 54px;
  }
}
