body::before,
body::after {
  display: none;
  content: none;
  animation: none;
  background: none;
  mask-image: none;
  -webkit-mask-image: none;
}

  .pp-page {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    padding: 20px 20px 48px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    box-sizing: border-box;
    background: transparent;
  }

  .pp-page * { box-sizing: border-box; }

  .pp-page .rtc-response-text-component {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 32px;
    text-align: center;
    background: transparent;
  }

  .pp-page .rtc-response-text-heading {
    font-family: 'Inter', sans-serif;
    font-size: clamp(20px, 3.74vw, 45px);
    font-weight: 580;
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin: 0;
    text-align: center;
  }

  .pp-page .rtc-line-static { color: #ffffff; }

  .pp-page .rtc-grad {
    background:
      linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.3) 50%, transparent 100%),
      linear-gradient(135deg,
        #a855f7 0%, #c084fc 15%, #d8b4fe 25%,
        #ff66d4 35%, #ff66a3 50%, #ff8866 65%,
        #ffa366 80%, #ffc966 100%);
    background-size: 200% 100%, 100% 100%;
    background-position: -100% 0, 0 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    animation: pp-shimmer 6s ease-in-out infinite;
  }

  @keyframes pp-shimmer {
    0% { background-position: -100% 0, 0 0; }
    100% { background-position: 200% 0, 0 0; }
  }

  .pp-page .subtext-component {
    width: 100%;
    max-width: 720px;
    margin: 0 auto 28px;
    padding: 0;
    text-align: center;
  }

  .pp-page .subtext-content {
    font-family: 'Inter', sans-serif;
    font-size: clamp(12px, 1.5vw, 16px);
    font-weight: 500;
    line-height: 1.65;
    color: #e2e8f0;
    margin: 0 0 12px;
  }

  .pp-page .subtext-content:last-child { margin-bottom: 0; }

  .pp-page .pill {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 600;
    margin: 0 2px;
  }

  .pp-page .pill-blue { background-color: rgba(99, 102, 241, 0.25); color: #818cf8; }
  .pp-page .pill-purple { background-color: rgba(168, 85, 247, 0.25); color: #c084fc; }
  .pp-page .pill-white { background-color: rgba(255, 255, 255, 0.15); color: #e2e8f0; }

  .pp-page a {
    color: #c084fc;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .pp-page a:hover { color: #e9d5ff; }

  .pp-page .zq4v8-outer {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-bottom: 36px;
  }

  .pp-page .zq4v8-card {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: rgba(10, 9, 26, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
    overflow: hidden;
  }

  .pp-page .zq4v8-wrapper { padding: 18px 20px 20px; }

  .pp-page .ps-section-label {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(147, 51, 234, 0.25);
  }

  .pp-page .pp-toc-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    justify-content: center;
  }

  .pp-page .zq4v8-item {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    padding: 8px 14px;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    font-family: 'Inter', system-ui, sans-serif;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.01em;
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  }

  .pp-page .zq4v8-item:hover {
    border-color: rgba(244, 114, 182, 0.45);
    background: rgba(99, 38, 162, 0.22);
    box-shadow: 0 2px 12px rgba(99, 38, 162, 0.25);
    color: #fff;
  }

  .pp-page .pp-body { width: 100%; }

  .pp-page .pp-section {
    padding: 28px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    scroll-margin-top: 88px;
  }

  .pp-page .pp-section:first-child {
    border-top: none;
    padding-top: 0;
  }

  .pp-page .pp-h2 {
    margin: 0 0 16px;
    font-size: clamp(18px, 2.4vw, 24px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #ffffff;
  }

  .pp-page .pp-h2--center { text-align: center; }

  .pp-page .pp-h3 {
    margin: 24px 0 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: #c084fc;
  }

  .pp-page p {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.72);
  }

  .pp-page p:last-child { margin-bottom: 0; }

  .pp-page strong { color: #ffffff; font-weight: 600; }

  .pp-page em { color: rgba(255, 255, 255, 0.55); font-style: italic; }

  .pp-page .pp-list {
    margin: 0 0 8px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .pp-page .pp-list-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.78);
  }

  .pp-page .pp-tick {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    color: #a855f7;
  }

  .pp-page .pp-tick svg {
    width: 18px;
    height: 18px;
    display: block;
  }

  .pp-page .pp-ol {
    margin: 0 0 14px;
    padding-left: 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .pp-page .pp-ol li {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.72);
  }

  .pp-page .pp-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin: 40px 0;
  }

  .pp-page .pp-appendix {
    margin: 0 0 20px;
    padding: 24px 22px;
    background: rgba(10, 9, 26, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
    scroll-margin-top: 88px;
  }

  .pp-page .pp-appendix .pp-h2 { margin-top: 0; }

  .pp-page .pp-table-wrap {
    overflow-x: auto;
    margin-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }

  .pp-page .pp-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
  }

  .pp-page .pp-table th {
    background: rgba(99, 38, 162, 0.28);
    color: #fff;
    padding: 12px 14px;
    text-align: left;
    border-bottom: 1px solid rgba(168, 85, 247, 0.35);
    font-weight: 600;
    white-space: nowrap;
  }

  .pp-page .pp-table td {
    padding: 12px 14px;
    color: rgba(255, 255, 255, 0.72);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    vertical-align: top;
  }

  .pp-page .pp-table tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.02);
  }

  .pp-page .pp-table tr:last-child td { border-bottom: none; }

  .pp-page .pp-contact {
    text-align: center;
    padding-bottom: 8px;
  }

  .pp-page .pp-contact-lead {
    text-align: center;
    margin-bottom: 16px !important;
  }

  .pp-page .pp-cta-panel {
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    padding: 8px 18px 10px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(180deg, rgba(12, 11, 28, 0.88) 0%, rgba(8, 7, 27, 0.62) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 8px 24px rgba(0, 0, 0, 0.18);
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
  }

  .pp-page .pp-cta-panel:hover {
    transform: translateY(-1px);
    border-color: rgba(168, 85, 247, 0.38);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 10px 28px rgba(168, 85, 247, 0.16);
  }

  .pp-page .pp-cta-inner {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #e9d5ff;
  }

  .pp-page .pp-cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: rgba(168, 85, 247, 0.12);
  }

  .pp-page .pp-cta-icon svg {
    width: 15px;
    height: 15px;
    fill: #c084fc;
  }

  .pp-page .pp-cta-divider {
    height: 1px;
    margin-top: 8px;
    background: linear-gradient(90deg, transparent, rgba(168, 85, 247, 0.38), rgba(244, 114, 182, 0.28), transparent);
  }


  .pp-page .pp-highlight {
    margin: 0 0 16px;
    padding: 14px 16px;
    border-left: 2px solid rgba(168, 85, 247, 0.55);
    background: rgba(99, 38, 162, 0.12);
    border-radius: 0 10px 10px 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.78);
  }

  .pp-page .pp-in-short {
    margin: 0 0 14px;
    padding: 14px 16px;
    border-left: 2px solid rgba(168, 85, 247, 0.55);
    background: rgba(99, 38, 162, 0.12);
    border-radius: 0 10px 10px 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.78);
  }

  .pp-page .pp-contact-note {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.55);
  }

  @media (max-width: 768px) {
    .pp-page { padding: 12px 16px 36px; }
    .pp-page .rtc-response-text-component { padding: 12px 0 24px; }
    .pp-page .rtc-response-text-heading { font-size: clamp(22px, 6vw, 32px); }
    .pp-page .subtext-content { font-size: clamp(11px, 2.4vw, 13px); }
    .pp-page .zq4v8-item {
      font-size: 11px;
      padding: 7px 12px;
      white-space: normal;
      text-align: center;
    }
    .pp-page .pp-section { padding: 22px 0; }
    .pp-page .pp-appendix { padding: 18px 16px; }
    .pp-page .pp-table { font-size: 13px; }
    .pp-page .pp-table th,
    .pp-page .pp-table td { padding: 10px 12px; }
  }

.topa-legal-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 20px 8px;
}

.pp-embed-wrap {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 0 48px;
}

.pp-signable-embed {
  display: block;
  width: 100%;
  min-height: 720px;
  height: 80vh;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: #fff;
}
