.ap-trust-security-page {
  --ap-ts-blue: #075fce;
  --ap-ts-blue-dark: #003f95;
  --ap-ts-blue-soft: #edf5ff;
  --ap-ts-blue-tint: #f7fbff;
  --ap-ts-ink: #0f2347;
  --ap-ts-muted: #5b6b84;
  --ap-ts-line: #d9e6f7;
  --ap-ts-card-shadow: 0 18px 44px rgba(15, 35, 71, 0.07);
  color: var(--ap-ts-ink);
  background: #ffffff;
}

.ap-trust-security-page,
.ap-trust-security-page * {
  box-sizing: border-box;
}

body .entry-hero.page-hero-section,
body .entry-hero,
body .entry-header,
body .entry-title,
body .page-title {
  display: none !important;
}

body .content-area {
  margin: 0 !important;
  padding: 0 !important;
}

body .content-container.site-container,
body .site-container.content-container,
body .site-main,
body .entry-content-wrap,
body .entry-content.single-content {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .entry.single-entry {
  background: transparent !important;
  box-shadow: none !important;
}

body .entry-content-wrap {
  background: transparent !important;
}

body.content-style-unboxed .site {
  background: #ffffff !important;
}

.ap-trust-security-page a:not(.ap-ts-btn) {
  color: var(--ap-ts-blue);
  font-weight: 800;
  text-decoration: none;
  text-underline-offset: 3px;
}

.ap-trust-security-page a:not(.ap-ts-btn):hover {
  text-decoration: underline;
}

.ap-ts-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.ap-ts-section {
  position: relative;
  padding: 84px 0;
}

.ap-ts-section--soft {
  background:
    radial-gradient(circle at 50% 0%, rgba(7, 95, 206, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.ap-ts-section--tint {
  background:
    radial-gradient(circle at 15% 14%, rgba(7, 95, 206, 0.07), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
}

.ap-ts-heading {
  max-width: 860px;
  margin: 0 auto 38px;
  text-align: center;
}

.ap-ts-heading h2 {
  margin: 0 0 12px;
  color: var(--ap-ts-ink);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.06;
  letter-spacing: -0.05em;
}

.ap-ts-heading p {
  margin: 0;
  color: var(--ap-ts-muted);
  font-size: 18px;
  line-height: 1.68;
}

.ap-ts-hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 76px;
  background:
    radial-gradient(circle at 84% 18%, rgba(84, 170, 255, 0.34), transparent 24%),
    radial-gradient(circle at 16% 16%, rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(135deg, #0a63d6 0%, #0848b3 52%, #003f95 100%);
}

.ap-ts-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.22;
  pointer-events: none;
}

.ap-ts-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 54px;
  align-items: center;
}

.ap-ts-eyebrow {
  display: inline-flex;
  margin: 0 0 16px;
  color: #c5dcff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ap-ts-hero h1 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(40px, 5.6vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.07em;
}

.ap-ts-hero__copy p {
  margin: 0;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 1.72;
}

.ap-ts-hero__copy p + p {
  margin-top: 12px;
}

.ap-ts-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.ap-ts-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  text-decoration: none !important;
  font-weight: 900;
  line-height: 1;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.ap-ts-btn:hover {
  transform: translateY(-1px);
}

.ap-ts-btn--primary {
  background: #ffffff;
  color: var(--ap-ts-blue) !important;
  box-shadow: 0 16px 36px rgba(1, 18, 58, 0.18);
}

.ap-ts-btn--secondary {
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
}

.ap-ts-trust-points {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.ap-ts-trust-points li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 800;
}

.ap-ts-trust-points li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.88);
}

.ap-ts-last-updated {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0 0;
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 800;
}

.ap-ts-last-updated::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #8fd3ff;
  box-shadow: 0 0 0 6px rgba(143, 211, 255, 0.16);
}

.ap-ts-hero__art {
  position: relative;
  min-height: 520px;
}

.ap-ts-scene {
  position: relative;
  min-height: 520px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.18), transparent 22%),
    radial-gradient(circle at 80% 74%, rgba(255, 255, 255, 0.12), transparent 28%),
    rgba(0, 48, 132, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(6px);
}

.ap-ts-player-card,
.ap-ts-pill,
.ap-ts-sync-card,
.ap-ts-shield-card,
.ap-ts-lock-badge {
  position: absolute;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(219, 232, 247, 0.94);
  box-shadow: 0 24px 60px rgba(5, 21, 59, 0.18);
}

.ap-ts-player-card {
  top: 30px;
  left: 18px;
  width: min(100%, 334px);
  padding: 22px 22px 18px;
}

.ap-ts-player-card::after {
  content: "";
  position: absolute;
  inset: auto 22px 0 22px;
  height: 1px;
  background: linear-gradient(90deg, rgba(13, 102, 221, 0.12), rgba(13, 102, 221, 0.32), rgba(13, 102, 221, 0.12));
}

.ap-ts-player-card__top {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.ap-ts-player-card__badge,
.ap-ts-player-context,
.ap-ts-player-hosted {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ap-ts-player-card__badge {
  background: #0d66dd;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(13, 102, 221, 0.22);
}

.ap-ts-player-context {
  background: #eef6ff;
  color: #0d66dd;
  border: 1px solid #d7e8ff;
}

.ap-ts-player-card strong {
  display: block;
  margin-bottom: 18px;
  color: var(--ap-ts-ink);
  font-size: 29px;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.ap-ts-wave {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 72px;
  margin-bottom: 18px;
}

.ap-ts-wave span {
  display: block;
  width: 7px;
  border-radius: 999px;
  background: linear-gradient(180deg, #9fd0ff 0%, #0d66dd 100%);
}

.ap-ts-wave span:nth-child(1) { height: 22px; }
.ap-ts-wave span:nth-child(2) { height: 32px; }
.ap-ts-wave span:nth-child(3) { height: 48px; }
.ap-ts-wave span:nth-child(4) { height: 26px; }
.ap-ts-wave span:nth-child(5) { height: 38px; }
.ap-ts-wave span:nth-child(6) { height: 54px; }
.ap-ts-wave span:nth-child(7) { height: 28px; }
.ap-ts-wave span:nth-child(8) { height: 44px; }
.ap-ts-wave span:nth-child(9) { height: 24px; }

.ap-ts-player-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
}

.ap-ts-player-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ap-ts-ink);
  font-size: 12px;
  font-weight: 900;
}

.ap-ts-player-play {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #0d66dd;
  color: #ffffff;
  font-size: 13px;
  box-shadow: 0 14px 30px rgba(13, 102, 221, 0.24);
}

.ap-ts-player-hosted {
  background: #f5f9ff;
  color: #4a6386;
  border: 1px solid #dfe9f7;
}

.ap-ts-shield-card {
  top: 8px;
  right: 48px;
  width: 96px;
  height: 112px;
  display: grid;
  place-items: center;
  border-radius: 30px;
  background: linear-gradient(180deg, #56a0ff 0%, #0b63d5 100%);
  border: 0;
  box-shadow:
    0 24px 58px rgba(5, 58, 141, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.ap-ts-shield-card::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 36px;
  background: radial-gradient(circle, rgba(86, 160, 255, 0.42), transparent 68%);
  z-index: -1;
}

.ap-ts-shield-card svg,
.ap-ts-lock-badge svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ap-ts-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 16px;
  border-radius: 18px;
}

.ap-ts-pill span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #eef5ff;
  color: #0d66dd;
}

.ap-ts-pill strong,
.ap-ts-sync-card strong {
  display: block;
  color: var(--ap-ts-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.ap-ts-pill svg,
.ap-ts-sync-card svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ap-ts-pill--lead { top: 102px; right: 4px; width: 184px; }
.ap-ts-pill--cta { top: 178px; right: 12px; width: 170px; }
.ap-ts-pill--listen { top: 254px; right: 0; width: 196px; }

.ap-ts-sync-card {
  right: 22px;
  bottom: 28px;
  width: 248px;
  padding: 16px 18px;
}

.ap-ts-sync-card small {
  display: block;
  margin-top: 4px;
  color: var(--ap-ts-muted);
  font-size: 12px;
  font-weight: 700;
}

.ap-ts-sync-card__row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ap-ts-sync-card__row span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #eef5ff;
  color: #0d66dd;
}

.ap-ts-lock-badge {
  left: 216px;
  bottom: 106px;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #1c7af0 0%, #075fce 100%);
  border: 0;
  box-shadow:
    0 16px 36px rgba(7, 95, 206, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.ap-ts-connector {
  position: absolute;
  border: 1px dashed rgba(255, 255, 255, 0.34);
  border-radius: 20px;
}

.ap-ts-connector--hero {
  left: 162px;
  top: 296px;
  width: 108px;
  height: 124px;
  border-top: 0;
  border-right: 0;
}

.ap-ts-connector--events {
  left: 300px;
  top: 170px;
  width: 126px;
  height: 96px;
  border-left: 0;
  border-bottom: 0;
}

.ap-ts-connector--sync {
  left: 248px;
  bottom: 84px;
  width: 166px;
  height: 74px;
  border-top: 0;
  border-left: 0;
}

.ap-ts-grid {
  display: grid;
  gap: 22px;
}

.ap-ts-grid--5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ap-ts-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ap-ts-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ap-ts-card {
  --ap-ts-accent: #0d66dd;
  --ap-ts-accent-soft: #eef6ff;
  --ap-ts-accent-soft-2: #dcecff;
  --ap-ts-accent-glow: rgba(13, 102, 221, 0.14);
  position: relative;
  min-width: 0;
  padding: 28px 24px 26px;
  border: 1px solid var(--ap-ts-line);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--ap-ts-card-shadow);
  overflow: hidden;
}

.ap-ts-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ap-ts-accent) 0%, var(--ap-ts-accent-soft-2) 62%, rgba(255, 255, 255, 0) 100%);
}

.ap-ts-card h3 {
  margin: 0 0 10px;
  color: var(--ap-ts-ink);
  font-size: 21px;
  line-height: 1.16;
  letter-spacing: -0.03em;
}

.ap-ts-card p {
  margin: 0;
  color: var(--ap-ts-muted);
  font-size: 15.75px;
  line-height: 1.68;
}

.ap-ts-icon {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, var(--ap-ts-accent-soft) 0%, var(--ap-ts-accent-soft-2) 100%);
  color: var(--ap-ts-accent);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 10px 22px var(--ap-ts-accent-glow);
}

.ap-ts-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ap-ts-card--content {
  --ap-ts-accent: #0d66dd;
  --ap-ts-accent-soft: #eef6ff;
  --ap-ts-accent-soft-2: #dcecff;
  --ap-ts-accent-glow: rgba(13, 102, 221, 0.14);
}

.ap-ts-card--lead {
  --ap-ts-accent: #8757f3;
  --ap-ts-accent-soft: #f3eeff;
  --ap-ts-accent-soft-2: #e7defe;
  --ap-ts-accent-glow: rgba(135, 87, 243, 0.14);
}

.ap-ts-card--engagement {
  --ap-ts-accent: #13a8d8;
  --ap-ts-accent-soft: #ebfbff;
  --ap-ts-accent-soft-2: #d9f5fd;
  --ap-ts-accent-glow: rgba(19, 168, 216, 0.14);
}

.ap-ts-card--technical {
  --ap-ts-accent: #4a67d6;
  --ap-ts-accent-soft: #eef1ff;
  --ap-ts-accent-soft-2: #dde4ff;
  --ap-ts-accent-glow: rgba(74, 103, 214, 0.14);
}

.ap-ts-card--integration,
.ap-ts-card--webhook,
.ap-ts-card--destination {
  --ap-ts-accent: #2c9d62;
  --ap-ts-accent-soft: #ebf9f1;
  --ap-ts-accent-soft-2: #d8f2e3;
  --ap-ts-accent-glow: rgba(44, 157, 98, 0.14);
}

.ap-ts-card--https,
.ap-ts-card--views {
  --ap-ts-accent: #0d66dd;
  --ap-ts-accent-soft: #eef6ff;
  --ap-ts-accent-soft-2: #dcecff;
  --ap-ts-accent-glow: rgba(13, 102, 221, 0.14);
}

.ap-ts-card--access,
.ap-ts-card--minimal,
.ap-ts-card--depth {
  --ap-ts-accent: #13a8d8;
  --ap-ts-accent-soft: #ebfbff;
  --ap-ts-accent-soft-2: #d9f5fd;
  --ap-ts-accent-glow: rgba(19, 168, 216, 0.14);
}

.ap-ts-card--publish,
.ap-ts-card--privacy,
.ap-ts-card--clicks {
  --ap-ts-accent: #4a67d6;
  --ap-ts-accent-soft: #eef1ff;
  --ap-ts-accent-soft-2: #dde4ff;
  --ap-ts-accent-glow: rgba(74, 103, 214, 0.14);
}

.ap-ts-card--capture,
.ap-ts-card--fields,
.ap-ts-card--plays {
  --ap-ts-accent: #8757f3;
  --ap-ts-accent-soft: #f3eeff;
  --ap-ts-accent-soft-2: #e7defe;
  --ap-ts-accent-glow: rgba(135, 87, 243, 0.14);
}

.ap-ts-card--cta {
  --ap-ts-accent: #13a8d8;
  --ap-ts-accent-soft: #ebfbff;
  --ap-ts-accent-soft-2: #d9f5fd;
  --ap-ts-accent-glow: rgba(19, 168, 216, 0.14);
}

.ap-ts-flow-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.ap-ts-flow-grid::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, rgba(7, 95, 206, 0.05), rgba(7, 95, 206, 0.24), rgba(7, 95, 206, 0.05));
}

.ap-ts-flow-card {
  position: relative;
  min-height: 240px;
  padding: 22px;
  border: 1px solid var(--ap-ts-line);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--ap-ts-card-shadow);
}

.ap-ts-step {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  margin-bottom: 20px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eef5ff;
  color: #0d66dd;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ap-ts-flow-card h3 {
  margin: 0 0 10px;
  color: var(--ap-ts-ink);
  font-size: 20px;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.ap-ts-flow-card p {
  margin: 0;
  color: var(--ap-ts-muted);
  font-size: 15.5px;
  line-height: 1.66;
}

.ap-ts-flow-card::after {
  content: "";
  position: absolute;
  top: 44px;
  right: -11px;
  z-index: 1;
  width: 22px;
  height: 22px;
  border-top: 2px solid rgba(7, 95, 206, 0.28);
  border-right: 2px solid rgba(7, 95, 206, 0.28);
  transform: rotate(45deg);
}

.ap-ts-flow-card:last-child::after {
  display: none;
}

.ap-ts-limit-card {
  position: relative;
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-top: 22px;
  padding: 30px 30px 28px;
  border: 1px solid var(--ap-ts-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(7, 95, 206, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: var(--ap-ts-card-shadow);
  overflow: hidden;
}

.ap-ts-limit-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #0d66dd 0%, #13a8d8 46%, #2c9d62 100%);
}

.ap-ts-limit-icon {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 999px;
  background: linear-gradient(180deg, #eef6ff 0%, #dcecff 100%);
  color: #0d66dd;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 14px 30px rgba(13, 102, 221, 0.12);
}

.ap-ts-limit-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ap-ts-limit-kicker {
  margin: 0 0 8px;
  color: #0d66dd;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ap-ts-limit-card h3 {
  margin: 0 0 10px;
  color: var(--ap-ts-ink);
  font-size: 34px;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.ap-ts-limit-card p {
  margin: 0 0 10px;
  color: var(--ap-ts-muted);
  font-size: 16px;
  line-height: 1.72;
}

.ap-ts-limit-card p:last-child {
  margin-bottom: 0;
}

.ap-ts-limit-card strong {
  color: var(--ap-ts-ink);
}

.ap-ts-webhook-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 22px;
  align-items: start;
}

.ap-ts-code-card,
.ap-ts-list-card {
  min-width: 0;
  border: 1px solid var(--ap-ts-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--ap-ts-card-shadow);
}

.ap-ts-code-card {
  overflow: hidden;
}

.ap-ts-code-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--ap-ts-line);
  background: #f8fbff;
}

.ap-ts-code-head strong,
.ap-ts-list-card strong {
  color: var(--ap-ts-ink);
  font-size: 16px;
  font-weight: 900;
}

.ap-ts-code-head span {
  color: var(--ap-ts-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ap-ts-code-card pre {
  margin: 0;
  padding: 22px;
  overflow: auto;
  background:
    radial-gradient(circle at 100% 0%, rgba(13, 102, 221, 0.08), transparent 25%),
    #0b1b36;
  color: #d8e7ff;
  font-size: 14px;
  line-height: 1.72;
}

.ap-ts-list-card {
  padding: 22px 22px 8px;
}

.ap-ts-list-card ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.ap-ts-list-card li {
  position: relative;
  padding: 0 0 14px 28px;
  color: var(--ap-ts-muted);
  font-size: 15.5px;
  line-height: 1.56;
}

.ap-ts-list-card li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, #e7f2ff 0%, #d5e8ff 100%);
  box-shadow: inset 0 0 0 4px #0d66dd;
}

.ap-ts-cta-band {
  padding: 30px 34px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 14% 20%, rgba(255, 255, 255, 0.18), transparent 24%),
    linear-gradient(135deg, #0b63d5 0%, #003f95 100%);
  box-shadow: 0 24px 66px rgba(5, 29, 80, 0.14);
}

.ap-ts-cta-band__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.ap-ts-cta-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.ap-ts-cta-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ap-ts-cta-copy h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.ap-ts-cta-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.62;
}

.ap-ts-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.ap-ts-cta-actions .ap-ts-btn--primary {
  background: #ffffff;
  color: var(--ap-ts-blue) !important;
}

.ap-ts-cta-actions .ap-ts-btn--secondary {
  background: transparent;
}

@media (max-width: 1180px) {
  .ap-ts-grid--5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ap-ts-flow-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ap-ts-flow-grid::before {
    display: none;
  }

  .ap-ts-flow-card:nth-child(3)::after,
  .ap-ts-flow-card:last-child::after {
    display: none;
  }
}

@media (max-width: 1080px) {
  .ap-ts-hero__grid,
  .ap-ts-webhook-grid,
  .ap-ts-cta-band__inner {
    grid-template-columns: 1fr;
  }

  .ap-ts-hero__art,
  .ap-ts-scene {
    min-height: 560px;
  }

  .ap-ts-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .ap-ts-grid--4,
  .ap-ts-grid--3,
  .ap-ts-grid--5,
  .ap-ts-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ap-ts-limit-card {
    grid-template-columns: 1fr;
  }

  .ap-ts-lock-badge {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 680px) {
  .ap-ts-shell {
    width: min(100%, calc(100% - 24px));
  }

  .ap-ts-section {
    padding: 68px 0;
  }

  .ap-ts-hero {
    padding: 62px 0 66px;
  }

  .ap-ts-hero__grid {
    gap: 36px;
  }

  .ap-ts-hero__copy p,
  .ap-ts-heading p {
    font-size: 16px;
  }

  .ap-ts-hero__art,
  .ap-ts-scene {
    min-height: 610px;
  }

  .ap-ts-player-card {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }

  .ap-ts-player-card strong {
    font-size: 26px;
  }

  .ap-ts-player-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .ap-ts-shield-card {
    top: 16px;
    right: 12px;
  }

  .ap-ts-pill--lead {
    top: 296px;
    left: 0;
    right: auto;
    width: calc(100% - 24px);
  }

  .ap-ts-pill--cta {
    top: 368px;
    left: 12px;
    right: auto;
    width: calc(100% - 24px);
  }

  .ap-ts-pill--listen {
    top: 440px;
    left: 0;
    right: auto;
    width: calc(100% - 24px);
  }

  .ap-ts-sync-card {
    right: 12px;
    bottom: 18px;
    width: calc(100% - 24px);
  }

  .ap-ts-lock-badge,
  .ap-ts-connector {
    display: none;
  }

  .ap-ts-grid--4,
  .ap-ts-grid--3,
  .ap-ts-grid--5,
  .ap-ts-flow-grid {
    grid-template-columns: 1fr;
  }

  .ap-ts-flow-card::after {
    display: none;
  }

  .ap-ts-code-card pre {
    font-size: 13px;
  }

  .ap-ts-cta-band {
    padding: 24px;
  }

  .ap-ts-actions,
  .ap-ts-cta-actions {
    align-items: stretch;
  }

  .ap-ts-btn {
    width: 100%;
  }

  .ap-ts-last-updated {
    width: 100%;
    justify-content: center;
  }
}
