.twp-section { position: relative; }
.twp-section--home-hero,
.twp-section--page-hero,
.twp-section--product-hero,
.twp-section--media-hero,
.twp-section--pricing-hero,
.twp-section--contact { overflow: hidden; border-bottom: 1px solid #e2e8f0; }
.twp-video__stage { position: relative; }
.twp-video__trigger,
.twp-video__player,
.twp-video__loading { position: absolute; inset: 0; }
.twp-video__trigger { z-index: 2; display: grid; width: 100%; place-items: center; cursor: pointer; }
.twp-video__trigger:focus-visible { outline: 3px solid #fff; outline-offset: -6px; }
.twp-video__player { z-index: 3; width: 100%; height: 100%; background: #0f172a; object-fit: contain; }
.twp-video__loading { z-index: 4; display: grid; place-items: center; background: rgb(15 23 42 / 88%); pointer-events: none; }
.twp-video__trigger.hidden,
.twp-video__player.hidden,
.twp-video__loading.hidden { display: none; }
.twp-video-shell { max-width: 48rem; }
.twp-section--logo-cloud { border-bottom: 1px solid #e2e8f0; }
.twp-section--stats { border-bottom: 1px solid #e2e8f0; background: #fff; }
.twp-section--workflow,
.twp-section--value-cards,
.twp-section--vetting,
.twp-section--security,
.twp-section--pricing-cta { border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; background: #fff; }
.twp-section--benefits { border-top: 1px solid #e2e8f0; background: #fff; }
.twp-dots { position: absolute; inset: 0; opacity: .5; background-image: radial-gradient(circle at 1px 1px, #e2e8f0 1px, transparent 0); background-size: 32px 32px; mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 40%, transparent 100%); pointer-events: none; }
.twp-timeline { position: relative; }
.twp-timeline::before { position: absolute; top: 27px; right: 0; left: 0; display: none; height: 2px; background: #e2e8f0; content: ""; }
.twp-section--timeline .twp-timeline__number { border-color: #0b3cdc; background: #0b3cdc; color: #fff; box-shadow: 0 8px 20px -8px rgb(11 60 220 / .6); }
.twp-section--timeline .twp-timeline__card { margin-top: 28px; border: 1px solid #e2e8f0; border-radius: 12px; background: #fff; padding: 20px; }
.twp-section--timeline .twp-timeline__card h3 { margin-top: 0; font-size: 15.5px; }
.twp-tabs__list [role="tab"] { border-color: #e2e8f0; background: #fff; color: #475569; }
.twp-tabs__list [role="tab"][aria-selected="true"] { border-color: #0b3cdc; background: #e7ecfd; color: #0f172a; }
.twp-tabs__list [role="tab"][aria-selected="true"] .font-mono { color: #0b3cdc; }
.twp-section--modules .twp-tabs { grid-template-columns: .85fr 1.15fr; align-items: start; }
.twp-section--modules .twp-tabs__panels { position: sticky; top: 112px; }
.twp-section--modules .twp-tab-panel { padding: 0; border: 0; background: transparent; }
.twp-section--modules .twp-tab-panel:not([hidden]) { animation: reveal-up .6s cubic-bezier(.22, 1, .36, 1) both; }
.twp-section--modules [role="tab"] > span { gap: 12px; color: #0f172a; font-size: 16px; font-weight: 700; line-height: 24px; }
.twp-section--modules [role="tab"] .font-mono { color: #94a3b8; font-weight: 600; }
.twp-section--modules [role="tab"][aria-selected="false"]:hover { border-color: #cbd5e1; }
.twp-section--modules [role="tab"][aria-selected="true"]::after { display: block; padding: 8px 0 0 28px; color: #475569; content: attr(data-description); font-size: 14px; font-weight: 400; line-height: 1.625; }
.twp-section--modules .twp-tabs__list { flex-direction: column; gap: 10px; overflow: visible; padding-bottom: 0; }
.twp-section--modules .twp-tabs__list [role="tab"] { width: 100%; flex-shrink: 1; border-radius: 12px; padding: 20px; }
.twp-section--modules > div > .relative.mt-16::after { position: absolute; z-index: 0; inset: 0; content: ""; background: linear-gradient(to top, rgb(15 23 42 / 70%), transparent); pointer-events: none; }
.twp-section--modules > div > .relative.mt-16 > .relative { z-index: 1; }
.twp-section--cta a.bg-accent::after { width: 18px; height: 18px; flex: 0 0 18px; content: ""; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center / 18px 18px no-repeat; }
.twp-section--cta a.border-border-strong { border-color: rgb(255 255 255 / 25%); background: transparent; color: #fff; }
.twp-section--cta a.border-border-strong:hover { border-color: #fff; background: rgb(255 255 255 / 10%); }
.twp-section--schedule a.bg-accent { flex-shrink: 0; }
.twp-section--value-cards .max-w-2xl:empty { display: none; }
.twp-section--value-cards .max-w-2xl + .mt-14 { margin-top: 0; }
.twp-contact-success:not(.hidden) { display: flex; }
.twp-contact-wrap { min-height: 100%; }
.twp-contact-form input:focus,
.twp-contact-form select:focus,
.twp-contact-form textarea:focus { border-color: #0b3cdc; background: #fff; outline: none; }
.twp-item { margin: 0; }
.twp-legal { border-bottom: 1px solid #e2e8f0; background: #f8fafc; }
.twp-legal__hero { position: relative; overflow: hidden; border-bottom: 1px solid #e2e8f0; background: #fff; }
.twp-legal__hero::before { position: absolute; inset: 0; opacity: .55; background-image: radial-gradient(circle at 1px 1px, #dbe3ef 1px, transparent 0); background-size: 32px 32px; content: ""; mask-image: linear-gradient(to right, #000, transparent 70%); pointer-events: none; }
.twp-legal__hero-inner { position: relative; width: 100%; max-width: 1120px; margin-inline: auto; padding: 72px 24px 68px; }
.twp-legal__eyebrow { margin: 0 0 16px; color: #0b3cdc; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.twp-legal__hero h1 { max-width: 800px; margin: 0; color: #0f172a; font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif; font-size: clamp(44px, 6vw, 68px); font-weight: 800; letter-spacing: -.045em; line-height: 1.04; }
.twp-legal__updated { display: flex; align-items: center; gap: 9px; margin: 22px 0 0; color: #64748b; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 12.5px; font-weight: 500; }
.twp-legal__updated span { width: 7px; height: 7px; border-radius: 999px; background: #0b3cdc; box-shadow: 0 0 0 4px #e7ecfd; }
.twp-legal__layout { display: grid; grid-template-columns: 236px minmax(0, 760px); gap: 72px; width: 100%; max-width: 1120px; margin-inline: auto; padding: 64px 24px 104px; }
.twp-legal__aside { min-width: 0; }
.twp-legal__toc { position: sticky; top: 104px; }
.admin-bar .twp-legal__toc { top: 136px; }
.twp-legal__toc > p { margin: 0 0 14px; color: #0f172a; font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.twp-legal__toc ol { margin: 0; padding: 0; list-style: none; }
.twp-legal__toc li + li { margin-top: 2px; }
.twp-legal__toc a { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 8px; align-items: start; border-radius: 8px; padding: 7px 9px; color: #64748b; font-size: 13px; line-height: 1.45; text-decoration: none; transition: background .2s ease, color .2s ease; }
.twp-legal__toc a span { color: #94a3b8; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 11px; line-height: 1.75; }
.twp-legal__toc a:hover { background: #eef2f8; color: #0b3cdc; }
.twp-legal__toc a:focus-visible,
.twp-legal__content a:focus-visible { border-radius: 4px; outline: 2px solid #0b3cdc; outline-offset: 3px; }
.twp-legal__content { min-width: 0; color: #334155; font-size: 17px; line-height: 1.75; }
.twp-legal-section { scroll-margin-top: 104px; }
.twp-legal__content > .twp-legal-section { padding-bottom: 48px; border-bottom: 1px solid #dbe3ef; }
.twp-legal__content > .twp-legal-section + .twp-legal-section { padding-top: 48px; }
.twp-legal__content > .twp-legal-section:last-child { padding-bottom: 0; border-bottom: 0; }
.twp-legal-section__header { display: flex; gap: 14px; align-items: baseline; margin-bottom: 18px; }
.twp-legal-section__header > span { flex: 0 0 auto; color: #0b3cdc; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 22px; font-weight: 700; letter-spacing: -.02em; line-height: 1.25; }
.twp-legal-section__header h2,
.twp-legal-section__header h3 { margin: 0; color: #0f172a; font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif; letter-spacing: -.025em; }
.twp-legal-section__header h2 { font-size: 27px; line-height: 1.25; }
.twp-legal-section__header h3 { font-size: 20px; line-height: 1.35; }
.twp-legal-section > p { margin: 0; }
.twp-legal-section > p + p,
.twp-legal-section__list + p,
.twp-legal-section > .twp-legal-section + p { margin-top: 18px; }
.twp-legal-section p a,
.twp-legal-section__contact a { color: #0b3cdc; font-weight: 600; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.twp-legal-section p a:hover,
.twp-legal-section__contact a:hover { color: #0930b0; }
.twp-legal-warning { display: block; padding: 18px 20px; border: 1px solid #f4c7c7; border-radius: 12px; background: #fff7f7; color: #842029; font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .015em; line-height: 1.65; }
.twp-legal-section__list { display: grid; gap: 10px; margin: 20px 0 0; padding: 0; list-style: none; }
.twp-legal-section__list li { position: relative; padding-left: 25px; }
.twp-legal-section__list li::before { position: absolute; top: .65em; left: 2px; width: 7px; height: 7px; border-radius: 999px; background: #0b3cdc; content: ""; box-shadow: 0 0 0 4px #e7ecfd; }
.twp-legal-section__list strong { color: #172033; font-weight: 700; }
.twp-legal-section--subsection { margin: 32px 0 0 27px; padding-left: 24px; border-left: 2px solid #e2e8f0; scroll-margin-top: 104px; }
.twp-legal-section--subsection + .twp-legal-section--subsection { margin-top: 34px; }
.twp-legal-section--subsection .twp-legal-section__header { margin-bottom: 12px; }
.twp-legal-section--subsection .twp-legal-section__header > span { font-size: 18px; line-height: 1.35; }
.twp-legal-section--info { margin: 22px 0 0; padding: 20px 22px; border: 1px solid #cbd8fa; border-radius: 14px; background: #f1f5ff; }
.twp-legal-section--info .twp-legal-section__header { margin-bottom: 10px; }
.twp-legal-section--info .twp-legal-section__header h4 { margin: 0; color: #0f172a; font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif; font-size: 16px; letter-spacing: -.01em; line-height: 1.4; }
.twp-legal-section--info .twp-legal-section__list { gap: 7px; margin-top: 14px; }
.twp-legal-section--info > p { font-size: 15px; line-height: 1.7; }
.twp-legal-section__table-wrap { overflow-x: auto; margin-top: 22px; border: 1px solid #dbe3ef; border-radius: 14px; background: #fff; }
.twp-legal-section__table { width: 100%; min-width: 480px; border-collapse: collapse; color: #334155; font-size: 15px; text-align: left; }
.twp-legal-section__table th,
.twp-legal-section__table td { padding: 14px 18px; border-bottom: 1px solid #e2e8f0; }
.twp-legal-section__table thead th { background: #eef2ff; color: #0f172a; font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .03em; }
.twp-legal-section__table tbody th { color: #172033; font-weight: 700; }
.twp-legal-section__table tbody tr:last-child > * { border-bottom: 0; }
.twp-legal-section__contact { display: grid; gap: 0; overflow: hidden; margin: 24px 0 0; border: 1px solid #dbe3ef; border-radius: 14px; background: #fff; }
.twp-legal-section__contact > div { display: grid; grid-template-columns: 116px minmax(0, 1fr); gap: 20px; padding: 18px 20px; }
.twp-legal-section__contact > div + div { border-top: 1px solid #e2e8f0; }
.twp-legal-section__contact dt { color: #64748b; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.twp-legal-section__contact dd { margin: 0; color: #172033; font-weight: 600; overflow-wrap: anywhere; }
.twp-legal__content > .twp-legal-section.twp-legal-section--notice { display: flex; align-items: flex-start; gap: 18px; margin-top: 48px; padding: 24px; border: 1px solid #b9c8fb; border-radius: 16px; background: #eef2ff; }
.twp-legal-section--notice .twp-legal-section__notice-icon { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border-radius: 10px; background: #0b3cdc; color: #fff; font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif; font-size: 18px; font-weight: 800; line-height: 1; }
.twp-legal-section--notice h2 { margin: 1px 0 7px; color: #0f172a; font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif; font-size: 19px; letter-spacing: -.02em; line-height: 1.35; }
.twp-legal-section--notice p { margin: 0; color: #334155; font-size: 15px; line-height: 1.7; }
@media (min-width: 768px) { .twp-timeline::before { display: block; } }
@media (min-width: 1024px) {
  .twp-video-shell { max-width: 1160px; }
  .twp-section--value-cards > div { padding-block: 96px; }
}
@media (max-width: 1023px) {
  .twp-section--modules .twp-tabs { grid-template-columns: 1fr; gap: 40px; }
  .twp-section--modules .twp-tabs__panels { position: static; }
  .twp-section--timeline .twp-timeline { display: grid; grid-template-columns: 1fr; gap: 24px; padding-left: 16px; }
  .twp-section--timeline .twp-timeline::before { top: 16px; bottom: 16px; left: 27px; display: block; width: 2px; height: auto; }
  .twp-section--timeline .twp-timeline > .relative { display: flex; gap: 20px; }
  .twp-section--timeline .twp-timeline__number { width: 48px; height: 48px; flex: 0 0 48px; }
  .twp-section--timeline .twp-timeline__card { flex: 1; margin-top: 0; }
  .twp-legal__layout { grid-template-columns: 1fr; gap: 48px; }
  .twp-legal__toc { position: static; padding: 22px; border: 1px solid #dbe3ef; border-radius: 14px; background: #fff; }
  .twp-legal__toc ol { columns: 2; column-gap: 24px; }
  .twp-legal__toc li { break-inside: avoid; }
}
@media (max-width: 639px) {
  .twp-legal__hero-inner { padding: 48px 20px 46px; }
  .twp-legal__hero h1 { font-size: 42px; }
  .twp-legal__layout { gap: 40px; padding: 40px 20px 72px; }
  .twp-legal__toc { padding: 18px 14px; }
  .twp-legal__toc ol { columns: 1; }
  .twp-legal__content { font-size: 16px; line-height: 1.72; }
  .twp-legal__content > .twp-legal-section { padding-bottom: 38px; }
  .twp-legal__content > .twp-legal-section + .twp-legal-section { padding-top: 38px; }
  .twp-legal-section__header { gap: 10px; align-items: flex-start; }
  .twp-legal-section__header > span { font-size: 20px; }
  .twp-legal-section__header h2 { font-size: 24px; }
  .twp-legal-section--subsection { margin-left: 0; padding-left: 18px; }
  .twp-legal-section--subsection .twp-legal-section__header > span { font-size: 17px; }
  .twp-legal-section__contact > div { grid-template-columns: 1fr; gap: 5px; }
  .twp-legal__content > .twp-legal-section.twp-legal-section--notice { gap: 14px; margin-top: 38px; padding: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal, .img-reveal { opacity: 1 !important; animation: none !important; }
}
