.tiktok-page {
  --tt-ink: #172033;
  --tt-body: #3d4a5f;
  --tt-muted: #66768c;
  --tt-navy: #062b5f;
  --tt-deep: #041b3b;
  --tt-blue: #0b63ce;
  --tt-teal: #22c7b5;
  --tt-teal-ink: #087f78;
  --tt-line: #dfe6ef;
  --tt-soft: #f5f8fc;
  --tt-warm: #f7f6f3;
  --tt-white: #fff;
  color: var(--tt-body);
  background: var(--tt-white);
}

.tiktok-page * {
  min-width: 0;
}

.tiktok-page h1,
.tiktok-page h2,
.tiktok-page h3,
.tiktok-page h4,
.tiktok-page p,
.tiktok-page ul,
.tiktok-page ol,
.tiktok-page dl,
.tiktok-page figure {
  margin-top: 0;
}

.tiktok-page h1,
.tiktok-page h2,
.tiktok-page h3,
.tiktok-page h4 {
  color: var(--tt-ink);
  line-height: 1.42;
  letter-spacing: 0;
  word-break: normal;
  word-break: auto-phrase;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.tiktok-page p,
.tiktok-page li,
.tiktok-page td,
.tiktok-page dd {
  letter-spacing: 0;
}

.tiktok-container {
  width: min(1120px, calc(100% - 64px));
  margin-inline: auto;
}

.tiktok-section {
  padding-block: 112px;
  scroll-margin-top: 76px;
}

.tiktok-kicker {
  margin-bottom: 20px;
  color: var(--tt-teal);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.16em !important;
}

.tiktok-kicker-blue {
  color: var(--tt-blue);
}

.tiktok-section-head {
  max-width: 760px;
  margin-bottom: 54px;
}

.tiktok-section-head h2,
.tiktok-editorial-grid h2,
.tiktok-industry-intro h2 {
  margin-bottom: 22px;
  font-size: 52px;
  font-weight: 800;
}

.tiktok-section-head > p:last-child,
.tiktok-editorial-copy,
.tiktok-industry-intro > p:last-child {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 2;
}

.tiktok-section-head-center {
  margin-inline: auto;
  text-align: center;
}

.tiktok-section-head-inverse h2,
.tiktok-section-head-inverse > p:last-child {
  color: var(--tt-white);
}

.tiktok-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 12px;
}

.tiktok-breadcrumb a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.tiktok-breadcrumb-light {
  color: rgba(255, 255, 255, 0.72);
}

.tiktok-hero {
  position: relative;
  min-height: clamp(580px, calc(100svh - 110px), 760px);
  overflow: hidden;
  color: var(--tt-white);
  background: var(--tt-deep);
}

.tiktok-hero-media,
.tiktok-hero-shade {
  position: absolute;
  inset: 0;
}

.tiktok-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 47%;
}

.tiktok-hero-shade {
  background: linear-gradient(90deg, rgba(3, 20, 43, 0.97) 0%, rgba(3, 20, 43, 0.85) 43%, rgba(3, 20, 43, 0.38) 72%, rgba(3, 20, 43, 0.2) 100%);
}

.tiktok-hero-inner {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding-block: 28px 34px;
}

.tiktok-hero-copy {
  width: min(820px, 100%);
  align-self: center;
  padding-block: 34px;
}

.tiktok-hero-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 26px;
  color: var(--tt-white);
  font-size: 72px;
  font-weight: 800;
  line-height: 1.28;
  word-break: keep-all;
}

.tiktok-hero-title span {
  display: block;
  white-space: nowrap;
}

.tiktok-hero-lead {
  max-width: 620px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
}

.tiktok-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tiktok-button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 15px 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.tiktok-button:hover {
  transform: translateY(-2px);
}

.tiktok-button > span[aria-hidden="true"] {
  flex: 0 0 14px;
  min-width: 14px;
  text-align: center;
}

.tiktok-button:focus-visible,
.tiktok-page summary:focus-visible,
.tiktok-page a:focus-visible {
  outline: 3px solid rgba(34, 199, 181, 0.6);
  outline-offset: 3px;
}

.tiktok-button-primary {
  color: #03243f;
  background: var(--tt-teal);
}

.tiktok-button-primary:hover {
  background: #5bd9cc;
}

.tiktok-button-ghost {
  color: var(--tt-white);
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(4, 27, 59, 0.38);
}

.tiktok-button-ghost:hover {
  border-color: var(--tt-white);
  background: rgba(4, 27, 59, 0.72);
}

.tiktok-button-outline {
  color: var(--tt-navy);
  border-color: var(--tt-navy);
}

.tiktok-button-outline:hover {
  color: var(--tt-white);
  background: var(--tt-navy);
}

.tiktok-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(3, 20, 43, 0.4);
  backdrop-filter: blur(8px);
}

.tiktok-hero-proof li {
  display: flex;
  gap: 12px;
  align-items: baseline;
  padding: 16px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.tiktok-hero-proof li:last-child {
  border-right: 0;
}

.tiktok-hero-proof strong {
  color: var(--tt-white);
  font-size: 22px;
  white-space: nowrap;
}

.tiktok-hero-proof span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.tiktok-definition {
  background: var(--tt-white);
}

.tiktok-definition-grid,
.tiktok-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 80px;
  align-items: start;
}

.tiktok-definition h1 {
  max-width: 560px;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 800;
}

.tiktok-definition h1 span {
  display: block;
}

.tiktok-definition-lead {
  margin: 42px 0 0;
  font-size: 17px;
  line-height: 2.08;
}

.tiktok-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 76px 0 0;
  border-top: 1px solid var(--tt-line);
  border-bottom: 1px solid var(--tt-line);
}

.tiktok-facts div {
  padding: 26px 24px;
  border-right: 1px solid var(--tt-line);
}

.tiktok-facts div:last-child {
  border-right: 0;
}

.tiktok-facts dt {
  margin-bottom: 9px;
  color: var(--tt-blue);
  font-size: 11px;
  font-weight: 800;
}

.tiktok-facts dd {
  margin: 0;
  color: var(--tt-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.tiktok-results,
.tiktok-team {
  color: rgba(255, 255, 255, 0.76);
  background: var(--tt-deep);
}

.tiktok-result-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.tiktok-result-grid article {
  min-height: 310px;
  padding: 34px 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.tiktok-result-grid article:last-child {
  border-right: 0;
}

.tiktok-result-grid strong {
  display: block;
  margin-bottom: 18px;
  color: var(--tt-teal);
  font-size: 44px;
  line-height: 1.15;
  white-space: nowrap;
}

.tiktok-result-grid h3 {
  margin-bottom: 14px;
  color: var(--tt-white);
  font-size: 18px;
}

.tiktok-result-grid p:last-child {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.9;
}

.tiktok-result-label {
  margin-bottom: 52px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em !important;
}

.tiktok-section-action {
  display: flex;
  justify-content: flex-end;
  margin-top: 34px;
}

.tiktok-section-action a {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  color: inherit;
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--tt-teal);
  text-underline-offset: 6px;
}

.tiktok-challenge,
.tiktok-design,
.tiktok-governance,
.tiktok-faq {
  background: var(--tt-warm);
}

.tiktok-editorial-copy {
  padding-top: 48px;
}

.tiktok-issue-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 44px;
  margin: 68px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--tt-ink);
}

.tiktok-issue-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px 0;
  color: var(--tt-ink);
  font-weight: 700;
  border-bottom: 1px solid var(--tt-line);
}

.tiktok-issue-list span,
.tiktok-design-grid > li > span,
.tiktok-purpose-grid span {
  color: var(--tt-teal-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em !important;
}

.tiktok-reason-grid span {
  color: var(--tt-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em !important;
}

.tiktok-scope {
  color: rgba(255, 255, 255, 0.76);
  background: var(--tt-navy);
}

.tiktok-cycle {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  margin-bottom: 42px;
  padding: 22px 26px;
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.tiktok-cycle span {
  color: var(--tt-white);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.tiktok-cycle i {
  color: var(--tt-teal);
  font-style: normal;
}

.tiktok-scope-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(240px, 0.6fr);
  gap: 24px;
  align-items: stretch;
}

.tiktok-scope-photos {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tiktok-scope-photos figure {
  position: relative;
  min-height: 0;
  margin-bottom: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.tiktok-scope-photos img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}

.tiktok-scope-photos figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 5px 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 9px;
  background: rgba(4, 27, 59, 0.74);
}

.tiktok-table-wrap {
  max-width: 100%;
}

.tiktok-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--tt-white);
}

.tiktok-table th,
.tiktok-table td {
  padding: 18px 20px;
  text-align: left;
  vertical-align: top;
  border: 1px solid var(--tt-line);
  font-size: 13px;
  line-height: 1.75;
}

.tiktok-table thead th {
  color: var(--tt-white);
  font-size: 12px;
  background: var(--tt-navy);
}

.tiktok-table tbody th {
  width: 24%;
  color: var(--tt-ink);
  background: var(--tt-soft);
}

.tiktok-table-dark {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(4, 27, 59, 0.38);
}

.tiktok-table-dark th,
.tiktok-table-dark td {
  border-color: rgba(255, 255, 255, 0.18);
}

.tiktok-table-dark thead th {
  color: rgba(255, 255, 255, 0.64);
  background: rgba(4, 27, 59, 0.84);
}

.tiktok-table-dark tbody th {
  color: var(--tt-white);
  background: rgba(255, 255, 255, 0.07);
}

.tiktok-note {
  margin: 22px 0 0;
  color: #596a80;
  font-size: 12px;
  line-height: 1.9;
}

.tiktok-note-inverse {
  color: rgba(255, 255, 255, 0.62);
}

.tiktok-pricing,
.tiktok-measurement,
.tiktok-flow {
  background: var(--tt-soft);
}

.tiktok-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.tiktok-plan {
  display: flex;
  flex-direction: column;
  padding: 38px;
  background: var(--tt-white);
  border: 1px solid var(--tt-line);
  border-top: 4px solid var(--tt-navy);
  border-radius: 8px;
}

.tiktok-plan-standard {
  border-top-color: var(--tt-teal);
}

.tiktok-plan-head {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tt-line);
}

.tiktok-plan-head > p:first-child {
  margin-bottom: 12px;
  color: var(--tt-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em !important;
}

.tiktok-plan h3 {
  margin-bottom: 16px;
  font-size: 24px;
}

.tiktok-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 2px;
  color: var(--tt-ink);
}

.tiktok-price strong {
  font-size: 54px;
  line-height: 1;
}

.tiktok-price span {
  font-size: 13px;
  font-weight: 700;
}

.tiktok-price-ask strong {
  letter-spacing: 0.06em;
}

.tiktok-plan-head small {
  color: var(--tt-muted);
  font-size: 11px;
}

.tiktok-plan > p {
  margin: 28px 0;
  font-size: 14px;
  line-height: 1.9;
}

.tiktok-plan ul {
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--tt-line);
}

.tiktok-plan li {
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid var(--tt-line);
  font-size: 13px;
  font-weight: 700;
  position: relative;
}

.tiktok-plan li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 8px;
  height: 2px;
  background: var(--tt-teal);
}

.tiktok-plan .tiktok-button {
  width: 100%;
  margin-top: auto;
}

.tiktok-options {
  margin-top: 56px;
}

.tiktok-options h3,
.tiktok-purpose-block > h3 {
  margin-bottom: 22px;
  font-size: 23px;
}

.tiktok-design-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin: 64px 0 0;
  padding: 0;
  list-style: none;
}

.tiktok-design-grid li {
  grid-column: span 2;
  min-height: 300px;
  padding: 28px;
  background: var(--tt-white);
  border: 1px solid var(--tt-line);
  border-top: 3px solid var(--tt-navy);
}

.tiktok-design-grid li:nth-child(4) {
  grid-column: 2 / span 2;
}

.tiktok-design-grid h3 {
  margin: 34px 0 18px;
  font-size: 19px;
}

.tiktok-design-grid p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.9;
}

.tiktok-industries {
  background: var(--tt-white);
}

.tiktok-industry-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: start;
}

.tiktok-industry-intro {
  position: sticky;
  top: 104px;
}

.tiktok-industry-intro h2 {
  font-size: 40px;
}

.tiktok-industry-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--tt-ink);
}

.tiktok-industry-list details {
  border-bottom: 1px solid var(--tt-line);
}

.tiktok-industry-list details:nth-child(odd) {
  border-right: 1px solid var(--tt-line);
}

.tiktok-industry-list summary {
  min-height: 88px;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 18px;
  color: var(--tt-ink);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.tiktok-industry-list summary::-webkit-details-marker {
  display: none;
}

.tiktok-industry-list summary::after {
  content: "+";
  color: var(--tt-blue);
  font-size: 18px;
}

.tiktok-industry-list details[open] summary::after {
  content: "−";
}

.tiktok-industry-list summary span {
  color: var(--tt-teal-ink);
  font-size: 11px;
}

.tiktok-industry-list details p {
  margin: -4px 18px 20px 64px;
  color: var(--tt-muted);
  font-size: 12px;
  line-height: 1.85;
}

.tiktok-purpose-block {
  margin-top: 94px;
  padding-top: 38px;
  border-top: 1px solid var(--tt-ink);
}

.tiktok-purpose-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--tt-line);
  border-left: 1px solid var(--tt-line);
}

.tiktok-purpose-grid article {
  min-height: 224px;
  padding: 24px;
  border-right: 1px solid var(--tt-line);
  border-bottom: 1px solid var(--tt-line);
}

.tiktok-purpose-grid h4 {
  margin: 28px 0 12px;
  font-size: 16px;
}

.tiktok-purpose-grid p {
  margin-bottom: 0;
  color: var(--tt-muted);
  font-size: 12px;
  line-height: 1.8;
}

.tiktok-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 64px;
}

.tiktok-fit-grid > div {
  padding: 30px;
  border-top: 3px solid var(--tt-teal);
  background: var(--tt-soft);
}

.tiktok-fit-grid > div:last-child {
  border-top-color: var(--tt-navy);
  background: var(--tt-warm);
}

.tiktok-fit-grid h3 {
  margin-bottom: 20px;
  font-size: 19px;
}

.tiktok-fit-grid ul {
  margin: 0;
  padding-left: 1.2em;
}

.tiktok-fit-grid li {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.8;
}

.tiktok-kpi-table tbody th {
  width: 18%;
}

.tiktok-reason-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.tiktok-reason-grid article {
  min-height: 270px;
  padding: 26px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.tiktok-reason-grid article:last-child {
  border-right: 0;
}

.tiktok-reason-grid h3 {
  margin: 34px 0 14px;
  color: var(--tt-white);
  font-size: 16px;
}

.tiktok-reason-grid p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.9;
}

.tiktok-team-copy {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 74px;
  margin-top: 84px;
}

.tiktok-team-copy h3,
.tiktok-organization-note h3 {
  color: var(--tt-white);
  font-size: 26px;
}

.tiktok-team-copy p,
.tiktok-organization-note p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 2;
}

.tiktok-team-profile {
  padding-left: 34px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.tiktok-profile-role {
  margin-bottom: 8px !important;
  color: var(--tt-teal);
  font-size: 11px !important;
  font-weight: 800;
}

.tiktok-organization-note {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
  margin-top: 60px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.tiktok-governance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 64px;
  border-top: 1px solid var(--tt-line);
  border-left: 1px solid var(--tt-line);
}

.tiktok-governance-grid article {
  min-height: 210px;
  padding: 28px;
  background: var(--tt-white);
  border-right: 1px solid var(--tt-line);
  border-bottom: 1px solid var(--tt-line);
}

.tiktok-governance-grid h3 {
  margin-bottom: 16px;
  font-size: 17px;
}

.tiktok-governance-grid p {
  margin-bottom: 0;
  color: var(--tt-muted);
  font-size: 12px;
  line-height: 1.9;
}

.tiktok-flow-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--tt-ink);
  border-left: 1px solid var(--tt-line);
}

.tiktok-flow-list li {
  min-height: 250px;
  padding: 26px;
  border-right: 1px solid var(--tt-line);
  border-bottom: 1px solid var(--tt-line);
  background: var(--tt-white);
}

.tiktok-flow-list > li > span {
  display: block;
  margin-bottom: 44px;
  color: var(--tt-blue);
  font-size: 14px;
  font-weight: 800;
}

.tiktok-flow-list h3 {
  margin-bottom: 14px;
  font-size: 17px;
}

.tiktok-flow-list p {
  margin-bottom: 0;
  color: var(--tt-muted);
  font-size: 12px;
  line-height: 1.85;
}

.tiktok-flow-summary {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 30px;
  margin-top: 28px;
  padding: 22px 26px;
  color: var(--tt-white);
  background: var(--tt-navy);
}

.tiktok-flow-summary p {
  margin-bottom: 0;
  font-size: 13px;
}

.tiktok-area {
  color: rgba(255, 255, 255, 0.82);
  background: var(--tt-navy);
}

.tiktok-area-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 80px;
  align-items: center;
}

.tiktok-area h2 {
  margin-bottom: 0;
  color: var(--tt-white);
  font-size: 50px;
}

.tiktok-area-grid > p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 2;
}

.tiktok-faq-list {
  max-width: 920px;
  margin-inline: auto;
  border-top: 1px solid var(--tt-ink);
}

.tiktok-faq-list details {
  border-bottom: 1px solid var(--tt-line);
}

.tiktok-faq-list summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 24px 4px;
  color: var(--tt-ink);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.tiktok-faq-list summary::-webkit-details-marker {
  display: none;
}

.tiktok-faq-list summary::after {
  content: "+";
  color: var(--tt-blue);
  font-size: 22px;
  font-weight: 500;
}

.tiktok-faq-list details[open] summary::after {
  content: "−";
}

.tiktok-faq-list details p {
  max-width: 780px;
  margin: -4px 0 24px;
  color: var(--tt-body);
  font-size: 14px;
  line-height: 1.95;
}

.tiktok-final-cta {
  padding-block: 94px;
  color: rgba(255, 255, 255, 0.8);
  background: var(--tt-deep);
}

.tiktok-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  gap: 90px;
  align-items: center;
}

.tiktok-final-grid h2 {
  margin-bottom: 18px;
  color: var(--tt-white);
  font-size: 52px;
}

.tiktok-final-grid p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 2;
}

.tiktok-final-grid > div:last-child {
  display: grid;
  gap: 14px;
}

.tiktok-final-grid .tiktok-button {
  width: 100%;
}

.tiktok-final-grid small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  text-align: center;
}

@media (max-width: 1100px) {
  .tiktok-definition-grid,
  .tiktok-editorial-grid,
  .tiktok-industry-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .tiktok-definition-lead,
  .tiktok-editorial-copy {
    margin-top: 0;
    padding-top: 0;
  }

  .tiktok-result-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tiktok-result-grid article:nth-child(2) {
    border-right: 0;
  }

  .tiktok-result-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 980px) {
  .tiktok-container {
    width: min(100% - 48px, 860px);
  }

  .tiktok-section {
    padding-block: 88px;
  }

  .tiktok-hero-copy {
    width: min(720px, 88%);
  }

  .tiktok-hero-title {
    font-size: 58px;
  }

  .tiktok-hero-proof li {
    display: grid;
    gap: 2px;
  }

  .tiktok-hero-proof strong {
    font-size: 18px;
  }

  .tiktok-definition-grid,
  .tiktok-editorial-grid,
  .tiktok-industry-layout,
  .tiktok-team-copy,
  .tiktok-area-grid,
  .tiktok-final-grid {
    gap: 48px;
  }

  .tiktok-definition-grid,
  .tiktok-editorial-grid,
  .tiktok-industry-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .tiktok-definition-lead,
  .tiktok-editorial-copy {
    margin-top: 0;
    padding-top: 0;
  }

  .tiktok-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .tiktok-facts div:nth-child(2) {
    border-right: 0;
  }

  .tiktok-facts div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--tt-line);
  }

  .tiktok-result-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tiktok-result-grid article:nth-child(2) {
    border-right: 0;
  }

  .tiktok-result-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .tiktok-scope-layout {
    grid-template-columns: 1fr;
  }

  .tiktok-scope-photos {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
  }

  .tiktok-scope-photos figure {
    aspect-ratio: 16 / 9;
  }

  .tiktok-scope-photos img {
    min-height: 0;
  }

  .tiktok-design-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tiktok-design-grid li,
  .tiktok-design-grid li:nth-child(4) {
    grid-column: auto;
  }

  .tiktok-industry-intro {
    position: static;
  }

  .tiktok-purpose-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tiktok-reason-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .tiktok-reason-grid article:nth-child(3) {
    border-right: 0;
  }

  .tiktok-reason-grid article:nth-child(-n + 3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .tiktok-governance-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tiktok-flow-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .tiktok-container {
    width: min(100% - 40px, 640px);
  }

  .tiktok-section {
    padding-block: 72px;
  }

  .tiktok-section-head {
    margin-bottom: 40px;
  }

  .tiktok-section-head h2,
  .tiktok-editorial-grid h2,
  .tiktok-industry-intro h2 {
    font-size: 40px;
  }

  .tiktok-section-head > p:last-child,
  .tiktok-editorial-copy,
  .tiktok-industry-intro > p:last-child,
  .tiktok-definition-lead {
    font-size: 15px;
    line-height: 1.95;
  }

  .tiktok-hero {
    min-height: calc(100svh - 88px);
  }

  .tiktok-hero-media {
    top: auto;
    height: 48%;
  }

  .tiktok-hero-media img {
    object-position: 55% 46%;
  }

  .tiktok-hero-shade {
    background: linear-gradient(180deg, rgba(3, 20, 43, 1) 0%, rgba(3, 20, 43, 0.98) 48%, rgba(3, 20, 43, 0.68) 72%, rgba(3, 20, 43, 0.36) 100%);
  }

  .tiktok-hero-inner {
    padding-block: 22px 20px;
  }

  .tiktok-hero-copy {
    width: 100%;
    align-self: start;
    padding: 36px 0 18px;
  }

  .tiktok-hero-title {
    margin-bottom: 20px;
    font-size: 48px;
  }

  .tiktok-hero-lead {
    max-width: 540px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.85;
  }

  .tiktok-actions {
    display: grid;
  }

  .tiktok-button {
    width: 100%;
    min-height: 56px;
  }

  .tiktok-hero-proof {
    grid-template-columns: repeat(3, 1fr);
    align-self: end;
  }

  .tiktok-hero-proof li {
    display: grid;
    gap: 2px;
    padding: 12px 8px;
  }

  .tiktok-hero-proof strong {
    font-size: 17px;
  }

  .tiktok-hero-proof span {
    font-size: 9px;
    line-height: 1.5;
  }

  .tiktok-definition-grid,
  .tiktok-editorial-grid,
  .tiktok-industry-layout,
  .tiktok-team-copy,
  .tiktok-organization-note,
  .tiktok-area-grid,
  .tiktok-final-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .tiktok-definition h1 {
    font-size: clamp(34px, 9vw, 42px);
  }

  .tiktok-definition-lead,
  .tiktok-editorial-copy {
    margin-top: 0;
    padding-top: 0;
  }

  .tiktok-facts {
    margin-top: 50px;
  }

  .tiktok-facts div {
    padding: 20px 16px;
  }

  .tiktok-result-grid,
  .tiktok-issue-list,
  .tiktok-plan-grid,
  .tiktok-design-grid,
  .tiktok-industry-list,
  .tiktok-fit-grid,
  .tiktok-reason-grid,
  .tiktok-governance-grid,
  .tiktok-flow-list {
    grid-template-columns: 1fr;
  }

  .tiktok-result-grid article,
  .tiktok-result-grid article:nth-child(2),
  .tiktok-result-grid article:nth-child(-n + 2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .tiktok-result-grid article:last-child {
    border-bottom: 0;
  }

  .tiktok-result-label {
    margin-bottom: 26px;
  }

  .tiktok-issue-list {
    gap: 0;
    margin-top: 42px;
  }

  .tiktok-cycle {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .tiktok-cycle i {
    transform: rotate(90deg);
    text-align: center;
  }

  .tiktok-scope-photos {
    grid-template-columns: 1fr;
  }

  .tiktok-table thead {
    display: none;
  }

  .tiktok-table,
  .tiktok-table tbody,
  .tiktok-table tr,
  .tiktok-table th,
  .tiktok-table td {
    display: block;
    width: 100%;
  }

  .tiktok-table tr {
    margin-bottom: 14px;
    border: 1px solid var(--tt-line);
  }

  .tiktok-table th,
  .tiktok-table td {
    border: 0;
    border-bottom: 1px solid var(--tt-line);
  }

  .tiktok-table tbody th {
    width: 100%;
  }

  .tiktok-table tr > *:last-child {
    border-bottom: 0;
  }

  .tiktok-table td::before {
    display: block;
    margin-bottom: 6px;
    color: var(--tt-blue);
    font-size: 10px;
    font-weight: 800;
  }

  .tiktok-table-dark tr {
    border-color: rgba(255, 255, 255, 0.2);
  }

  .tiktok-table-dark th,
  .tiktok-table-dark td {
    border-color: rgba(255, 255, 255, 0.16);
  }

  .tiktok-table-dark td::before {
    color: var(--tt-teal);
  }

  .tiktok-table-dark td:nth-child(2)::before {
    content: "DYGSの対応";
  }

  .tiktok-table-dark td:nth-child(3)::before {
    content: "顧客側で必要な対応";
  }

  .tiktok-options .tiktok-table td::before {
    content: "料金・条件";
  }

  .tiktok-kpi-table td:nth-child(2)::before {
    content: "TikTok内の確認指標";
  }

  .tiktok-kpi-table td:nth-child(3)::before {
    content: "外部成果・計測";
  }

  .tiktok-plan {
    padding: 28px 22px;
  }

  .tiktok-design-grid {
    margin-top: 42px;
  }

  .tiktok-design-grid li,
  .tiktok-design-grid li:nth-child(4) {
    grid-column: auto;
    min-height: 0;
  }

  .tiktok-industry-list details:nth-child(odd) {
    border-right: 0;
  }

  .tiktok-purpose-grid {
    grid-template-columns: 1fr;
  }

  .tiktok-purpose-grid article {
    min-height: 0;
  }

  .tiktok-reason-grid article,
  .tiktok-reason-grid article:nth-child(3),
  .tiktok-reason-grid article:nth-child(-n + 3) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .tiktok-reason-grid article:last-child {
    border-bottom: 0;
  }

  .tiktok-team-profile {
    padding: 28px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-left: 0;
  }

  .tiktok-organization-note {
    margin-top: 38px;
  }

  .tiktok-governance-grid article {
    min-height: 0;
  }

  .tiktok-flow-list li {
    min-height: 0;
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 16px;
  }

  .tiktok-flow-list > li > span {
    margin-bottom: 0;
  }

  .tiktok-flow-summary {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .tiktok-final-cta {
    padding-block: 72px;
  }
}

@media (max-width: 430px) {
  .tiktok-container {
    width: calc(100% - 32px);
  }

  .tiktok-section {
    padding-block: 62px;
  }

  .tiktok-hero-title {
    font-size: 34px;
  }

  .tiktok-hero-proof strong {
    font-size: 15px;
  }

  .tiktok-facts {
    grid-template-columns: 1fr;
  }

  .tiktok-facts div,
  .tiktok-facts div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--tt-line);
  }

  .tiktok-facts div:last-child {
    border-bottom: 0;
  }

  .tiktok-price strong {
    font-size: 40px;
  }

  .tiktok-flow .tiktok-section-head h2 {
    font-size: 34px;
  }

  .tiktok-flow .tiktok-section-head h2 span {
    display: block;
  }

  .tiktok-industry-list summary {
    grid-template-columns: 28px 1fr auto;
    padding-inline: 8px;
  }

  .tiktok-industry-list details p {
    margin-left: 36px;
  }
}

@media (max-width: 350px) {
  .tiktok-hero-title {
    font-size: 28px;
  }

  .tiktok-section-head h2,
  .tiktok-editorial-grid h2,
  .tiktok-industry-intro h2,
  .tiktok-definition h1 {
    font-size: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tiktok-page *,
  .tiktok-page *::before,
  .tiktok-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
