/* ==========================================================================
   Teams Insights landing page (conversion page, standalone layout)

   All rules are namespaced under `.tlp` so the global element styles in
   application.css (p/ul colour + size, p a colour, body font-size, etc.)
   do not bleed into this self-contained design. Brand tokens follow the
   Voxpopme palette; green (#58B999) is the reserved primary-CTA colour.
   ========================================================================== */

.tlp {
  --purple: #341C4C;
  --lilac: #95569E;
  --lilac-soft: #F4ECF6;
  --green: #58B999;
  --green-soft: #E7F5EF;
  --ink: #341C4C;
  --ink-soft: #6B5B80;
  --paper: #FFFFFF;
  --neutral: #F8F6FA;
  --line: #E9E3F0;
  --teams: #5B5FC7;
  --teams-deep: #4B53BC;
  --teams-bubble: #E8EBFA;
  --radius: 18px;
  --shadow: 0 24px 60px -24px rgba(52, 28, 76, .25);

  font-family: 'Poppins', sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

.tlp *,
.tlp *::before,
.tlp *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.tlp img,
.tlp svg {
  display: block;
}

.tlp a {
  color: var(--lilac);
}

.tlp .wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}

.tlp .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--lilac);
  background: var(--lilac-soft);
  border: 1px solid #E5D4EA;
  padding: 8px 16px;
  border-radius: 999px;
}

.tlp h1 {
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.02em;
  color: var(--ink);
}

.tlp h2 {
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.015em;
  color: var(--ink);
}

.tlp h3 {
  font-size: 19px;
  font-weight: 700;
  color: var(--ink);
}

.tlp .lede {
  font-size: 18px;
  color: var(--ink-soft);
  font-weight: 400;
}

.tlp .accent {
  color: var(--lilac);
}

.tlp .green-mark {
  background: linear-gradient(transparent 62%, rgba(88, 185, 153, .35) 62%);
}

.tlp section {
  padding: 96px 0;
}

@media (max-width: 760px) {
  .tlp section {
    padding: 64px 0;
  }
}

/* ---------- header (minimal — logo + single CTA) ---------- */
.tlp .lp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.tlp .lp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

/* ---------- buttons (site-aligned: green primary, purple outline) ---------- */
.tlp .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: inherit;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border-radius: 8px;
  padding: 14px 26px;
  transition: transform .15s ease, box-shadow .15s ease, background .2s ease;
  cursor: pointer;
  border: 0;
}

.tlp .btn-primary {
  background: var(--green);
  color: #fff;
  box-shadow: 0 10px 26px -12px rgba(88, 185, 153, .55);
}

.tlp .btn-primary:hover {
  background: #4aa085;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px -12px rgba(88, 185, 153, .6);
}

.tlp .btn-secondary {
  background: #fff;
  color: var(--purple);
  border: 1.5px solid var(--line);
}

.tlp .btn-secondary:hover {
  border-color: var(--lilac);
  color: var(--purple);
  transform: translateY(-2px);
}

.tlp .btn-sm {
  padding: 10px 18px;
  font-size: 14px;
}

.tlp .cta-note {
  font-size: 13px;
  color: var(--ink-soft);
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ---------- logo ---------- */
.tlp .vpm-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.tlp .vpm-logo img {
  height: 30px;
  width: auto;
}

/* ---------- hero ---------- */
.tlp .hero {
  padding: 88px 0 100px;
  background:
    radial-gradient(1100px 600px at 85% -10%, var(--lilac-soft) 0%, transparent 60%),
    radial-gradient(700px 500px at -10% 110%, var(--green-soft) 0%, transparent 55%);
}

.tlp .hero-grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 64px;
  align-items: center;
}

@media (max-width: 980px) {
  .tlp .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.tlp .hero h1 {
  margin: 26px 0 20px;
}

.tlp .hero .lede {
  max-width: 480px;
}

.tlp .hero-ctas {
  display: flex;
  gap: 14px;
  margin-top: 34px;
  flex-wrap: wrap;
}

/* ---------- Teams window ---------- */
.tlp .tw {
  background: #fff;
  border-radius: 10px;
  box-shadow: var(--shadow);
  border: 1px solid #D9D9E3;
  overflow: hidden;
  width: 100%;
  max-width: 620px;
  justify-self: end;
  font-family: 'Segoe UI', 'Poppins', system-ui, sans-serif;
}

@media (max-width: 980px) {
  .tlp .tw {
    justify-self: center;
  }
}

.tlp .tw-titlebar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 0 6px 14px;
  background: #EBEBF2;
  border-bottom: 1px solid #DEDEE8;
}

.tlp .tw-arrows {
  display: flex;
  gap: 12px;
  color: #616161;
  font-size: 14px;
  line-height: 1;
  font-family: 'Segoe UI', sans-serif;
}

.tlp .tw-search {
  flex: 1;
  max-width: 280px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #E0E0E8;
  border-radius: 6px;
  font-size: 11.5px;
  color: #707070;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  overflow: hidden;
}

.tlp .tw-winctl {
  display: flex;
  margin-left: auto;
}

.tlp .tw-winctl span {
  width: 36px;
  text-align: center;
  padding: 5px 0;
  font-size: 10px;
  color: #5f5f6e;
}

.tlp .tw-body {
  display: flex;
}

.tlp .tw-rail {
  width: 60px;
  background: #EBEBF2;
  border-right: 1px solid #DEDEE8;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  gap: 2px;
}

@media (max-width: 480px) {
  .tlp .tw-rail {
    display: none;
  }
}

.tlp .rail-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 7px 0;
  color: #616161;
  font-size: 8.5px;
  position: relative;
  letter-spacing: .01em;
}

.tlp .rail-item svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tlp .rail-item.active {
  color: var(--teams);
  font-weight: 600;
}

.tlp .rail-item.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: var(--teams);
}

.tlp .tw-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #fff;
}

.tlp .tw-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border-bottom: 1px solid #E8E8EF;
}

.tlp .tw-header .name {
  font-weight: 700;
  font-size: 14px;
  color: #242424;
}

.tlp .tw-tabs {
  display: flex;
  gap: 14px;
  margin-left: 12px;
}

.tlp .tw-tabs .tab {
  font-size: 12px;
  font-weight: 600;
  color: #616161;
  padding-bottom: 3px;
  border-bottom: 2.5px solid transparent;
}

.tlp .tw-tabs .tab.on {
  color: var(--teams);
  border-color: var(--teams);
}

.tlp .tw-actions {
  margin-left: auto;
  display: flex;
  gap: 7px;
  align-items: center;
}

.tlp .tw-actions .act {
  display: grid;
  place-items: center;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  color: #424242;
  border: 1px solid #E0E0E8;
  background: #fff;
}

.tlp .tw-actions .act svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tlp .tw-actions .act.solid {
  background: var(--teams);
  border-color: var(--teams);
  color: #fff;
}

.tlp .bot-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border: 1px solid #E5DEEC;
  overflow: hidden;
}

.tlp .tw-messages {
  height: 425px;
  overflow-y: auto;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  background: #fff;
  scroll-behavior: smooth;
}

.tlp .msg {
  max-width: 86%;
  opacity: 0;
  transform: translateY(10px);
  animation: tlp-pop .38s ease forwards;
}

@keyframes tlp-pop {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tlp .msg-user {
  align-self: flex-end;
  background: var(--teams-bubble);
  color: #242424;
  padding: 9px 14px;
  border-radius: 6px 6px 2px 6px;
  font-size: 13.5px;
  font-weight: 400;
}

.tlp .msg-time {
  align-self: flex-end;
  font-size: 10.5px;
  color: #9b93ab;
  margin-bottom: -4px;
}

.tlp .msg-sender {
  align-self: flex-start;
  font-size: 11px;
  color: #616161;
  margin-bottom: -5px;
  padding-left: 2px;
}

.tlp .msg-sender b {
  font-weight: 600;
  color: #424242;
  margin-right: 6px;
}

.tlp .msg-divider {
  align-self: stretch;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--teams);
  font-size: 10.5px;
  font-weight: 600;
  margin: 3px 0;
}

.tlp .msg-divider::before,
.tlp .msg-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #C9CCEC;
}

.tlp .msg-status {
  align-self: flex-start;
  background: #F5F5F5;
  color: #424242;
  padding: 8px 13px;
  border-radius: 6px 6px 6px 2px;
  font-size: 12.5px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.tlp .msg-status .pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teams);
  animation: tlp-pulse 1s ease infinite;
}

@keyframes tlp-pulse {
  0%, 100% { opacity: .35; }
  50% { opacity: 1; }
}

.tlp .msg-card {
  align-self: flex-start;
  background: #F5F5F5;
  border: 1px solid #EBEBEB;
  border-radius: 6px 6px 6px 2px;
  padding: 14px 16px;
  font-size: 12.5px;
  line-height: 1.55;
  color: #242424;
  max-width: 92%;
}

.tlp .msg-card h4 {
  font-size: 13.5px;
  font-weight: 700;
  color: #242424;
  margin-bottom: 7px;
  font-family: 'Segoe UI', 'Poppins', sans-serif;
}

.tlp .msg-card .row {
  margin-bottom: 5px;
  opacity: 0;
  transform: translateY(6px);
}

.tlp .msg-card .row.show {
  animation: tlp-pop .35s ease forwards;
}

.tlp .msg-card .quote {
  padding-left: 11px;
  border-left: 3px solid var(--lilac);
  font-style: italic;
  color: #424242;
  margin: 6px 0;
}

.tlp .msg-card .pill {
  display: inline-block;
  background: var(--green-soft);
  color: #2f7a60;
  font-weight: 600;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 999px;
  margin-bottom: 7px;
}

.tlp .msg-card a {
  color: var(--teams);
  font-weight: 600;
  text-decoration: underline;
  font-size: 12.5px;
}

.tlp .tw-compose {
  border-top: 1px solid #E8E8EF;
  padding: 11px 14px 12px;
  background: #fff;
}

.tlp .compose-shell {
  border: 1px solid #D1D1DB;
  border-radius: 6px;
  overflow: hidden;
  transition: border-color .2s;
}

.tlp .compose-shell.live {
  border-color: var(--teams);
  box-shadow: 0 0 0 1px var(--teams) inset;
}

.tlp .compose-box {
  padding: 8px 12px;
  font-size: 13px;
  color: #242424;
  min-height: 36px;
  display: flex;
  align-items: center;
}

.tlp .compose-box .placeholder {
  color: #9a9aa6;
}

.tlp .compose-box .caret {
  display: inline-block;
  width: 1.5px;
  height: 17px;
  background: #242424;
  margin-left: 1px;
  animation: tlp-blink .9s steps(1) infinite;
}

@keyframes tlp-blink {
  50% { opacity: 0; }
}

.tlp .compose-tools {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 5px 12px 7px;
  color: #616161;
  border-top: 1px solid #F0F0F4;
}

.tlp .compose-tools svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tlp .send-btn {
  margin-left: auto;
  color: var(--teams);
  transition: transform .2s;
  display: grid;
  place-items: center;
}

.tlp .send-btn svg {
  fill: currentColor;
  stroke: none;
  width: 17px;
  height: 17px;
}

.tlp .send-btn.sent {
  transform: scale(1.25);
}

/* ---------- trust bar ---------- */
.tlp .trust {
  padding: 42px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--neutral);
}

.tlp .trust-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 6vw, 72px);
  flex-wrap: wrap;
}

.tlp .trust-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-soft);
  letter-spacing: .05em;
}

.tlp .trust-logo {
  height: 26px;
  width: auto;
  filter: grayscale(100%) brightness(0.7);
  opacity: .75;
  transition: filter .3s ease, opacity .3s ease;
}

.tlp .trust-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* ---------- problem ---------- */
.tlp .problem {
  background: var(--purple);
  color: #fff;
}

.tlp .problem .eyebrow {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .16);
  color: #D9BFE0;
}

.tlp .problem-grid {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 72px;
  align-items: center;
}

@media (max-width: 980px) {
  .tlp .problem-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.tlp .problem h2 {
  color: #fff;
  margin: 24px 0 22px;
}

.tlp .problem p {
  color: #CBBFDA;
  max-width: 560px;
  font-size: 17px;
  margin-bottom: 16px;
}

.tlp .problem .pivot {
  color: #fff;
  font-weight: 600;
}

.tlp .problem .pivot .g {
  color: var(--green);
}

.tlp .wait-strip {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tlp .wait-card {
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius);
  padding: 26px 28px;
  background: rgba(255, 255, 255, .04);
}

.tlp .wait-card .tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

.tlp .wait-card.old .tag {
  color: #B8A4C9;
}

.tlp .wait-card.new .tag {
  color: var(--green);
}

.tlp .wait-card p {
  font-size: 15px;
  margin: 0;
  color: #D8CDE5;
}

.tlp .wait-card.new {
  border-color: rgba(88, 185, 153, .45);
  background: rgba(88, 185, 153, .07);
}

/* ---------- capabilities ---------- */
.tlp .cap-head {
  max-width: 680px;
  margin-bottom: 60px;
}

.tlp .cap-head .lede {
  margin-top: 16px;
}

.tlp .cap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 980px) {
  .tlp .cap-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin: 0 auto;
  }
}

.tlp .cap-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
  opacity: 0;
  transform: translateY(24px);
}

.tlp .cap-card.show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .6s ease, transform .6s ease;
}

.tlp .cap-card:hover {
  box-shadow: var(--shadow);
}

.tlp .cap-demo {
  background: var(--neutral);
  border-bottom: 1px solid var(--line);
  padding: 22px 20px;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  justify-content: center;
}

.tlp .cap-demo .mini-user {
  align-self: flex-end;
  background: var(--teams-bubble);
  font-size: 12.5px;
  font-weight: 500;
  padding: 8px 13px;
  border-radius: 9px;
  color: #2b2b46;
}

.tlp .cap-demo .mini-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 13px 15px;
  font-size: 12px;
  line-height: 1.5;
  color: #4a4060;
}

.tlp .cap-demo .mini-card strong {
  color: var(--purple);
  font-size: 12.5px;
}

.tlp .cap-demo .mini-bar {
  height: 7px;
  border-radius: 99px;
  background: var(--lilac-soft);
  margin-top: 7px;
  overflow: hidden;
}

.tlp .cap-demo .mini-bar i {
  display: block;
  height: 100%;
  background: var(--lilac);
  border-radius: 99px;
  width: 0;
  transition: width 1.1s cubic-bezier(.2, .7, .2, 1);
}

.tlp .cap-card.show .mini-bar i {
  width: var(--w);
}

.tlp .cap-demo .mini-quote {
  border-left: 2.5px solid var(--lilac);
  padding-left: 9px;
  font-style: italic;
  color: #5d536f;
  margin-top: 6px;
  font-size: 11.5px;
}

.tlp .cap-body {
  padding: 26px 26px 30px;
}

.tlp .cap-body h3 {
  margin-bottom: 10px;
}

.tlp .cap-body p {
  font-size: 14.5px;
  color: var(--ink-soft);
}

.tlp .compass-line {
  margin-top: 48px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: var(--purple);
}

.tlp .compass-line .g {
  color: var(--green);
}

/* ---------- mobile demo ---------- */
.tlp .mobile {
  background: var(--neutral);
}

.tlp .mobile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

@media (max-width: 980px) {
  .tlp .mobile-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }
}

.tlp .phone {
  width: 300px;
  border-radius: 42px;
  background: #16121f;
  padding: 12px;
  box-shadow: var(--shadow);
  justify-self: center;
  position: relative;
}

.tlp .phone-notch {
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 96px;
  height: 24px;
  background: #16121f;
  border-radius: 99px;
  z-index: 3;
}

.tlp .phone-screen {
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
  height: 560px;
  display: flex;
  flex-direction: column;
  font-family: 'Segoe UI', 'Poppins', system-ui, sans-serif;
}

.tlp .phone-head {
  padding: 42px 16px 12px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 9px;
}

.tlp .phone-head .name {
  font-size: 13.5px;
  font-weight: 700;
}

.tlp .phone-head .status {
  font-size: 11px;
  color: var(--green);
  font-weight: 600;
}

.tlp .phone-msgs {
  flex: 1;
  overflow-y: auto;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tlp .phone-msgs .msg-user {
  font-size: 12.5px;
  background: var(--teams);
  color: #fff;
  border-radius: 12px 12px 3px 12px;
}

.tlp .phone-msgs .msg-status {
  font-size: 12px;
}

.tlp .phone-msgs .msg-card {
  font-size: 12px;
  padding: 13px 14px;
}

.tlp .phone-msgs .msg-card h4 {
  font-size: 13px;
}

.tlp .mobile-copy h2 {
  margin: 22px 0 18px;
}

.tlp .mobile-copy p {
  color: var(--ink-soft);
  max-width: 440px;
  margin-bottom: 14px;
}

/* ---------- how it works ---------- */
.tlp .steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}

@media (max-width: 860px) {
  .tlp .steps-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-inline: auto;
  }
}

.tlp .step {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 30px;
  background: #fff;
  position: relative;
}

.tlp .step .num {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--lilac-soft);
  color: var(--lilac);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 17px;
  margin-bottom: 20px;
}

.tlp .step h3 {
  margin-bottom: 10px;
}

.tlp .step p {
  font-size: 14.5px;
  color: var(--ink-soft);
}

/* ---------- security ---------- */
.tlp .secure {
  background: var(--neutral);
}

.tlp .secure-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}

@media (max-width: 980px) {
  .tlp .secure-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}

.tlp .secure h2 {
  margin: 22px 0 18px;
}

.tlp .secure p {
  color: var(--ink-soft);
  max-width: 460px;
}

.tlp .secure-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.tlp .secure-item {
  display: flex;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 20px 22px;
}

.tlp .secure-item .tick {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: var(--green-soft);
  color: var(--green);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-weight: 800;
}

.tlp .secure-item strong {
  display: block;
  font-size: 15px;
  margin-bottom: 3px;
}

.tlp .secure-item span {
  font-size: 13.5px;
  color: var(--ink-soft);
}

/* ---------- AI disclosure ---------- */
.tlp .disclosure {
  padding: 0 0 96px;
}

.tlp .disclosure-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px 38px;
  background: #fff;
  display: flex;
  gap: 22px;
  align-items: flex-start;
}

@media (max-width: 700px) {
  .tlp .disclosure-card {
    flex-direction: column;
  }
}

.tlp .disclosure-card h3 {
  margin-bottom: 10px;
}

.tlp .disclosure-card p {
  font-size: 14px;
  color: var(--ink-soft);
  margin-bottom: 8px;
}

.tlp .disclosure-card a {
  color: var(--lilac);
  font-weight: 600;
}

.tlp .ai-badge {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: var(--lilac-soft);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

/* ---------- final CTA ---------- */
.tlp .final {
  background: linear-gradient(135deg, var(--purple) 0%, #4a2a68 60%, #5d3478 100%);
  color: #fff;
  text-align: center;
}

.tlp .final h2 {
  color: #fff;
  max-width: 640px;
  margin: 0 auto 20px;
}

.tlp .final p {
  color: #CBBFDA;
  max-width: 520px;
  margin: 0 auto 38px;
  font-size: 17px;
}

.tlp .final .btn-secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, .35);
}

.tlp .final .btn-secondary:hover {
  border-color: #fff;
  color: #fff;
}

.tlp .final .cta-note {
  justify-content: center;
  color: #B8A4C9;
}

/* ---------- footer ---------- */
.tlp .lp-footer {
  padding: 44px 0;
  border-top: 1px solid var(--line);
}

.tlp .foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--ink-soft);
}

.tlp .foot a {
  color: var(--ink-soft);
  text-decoration: none;
}

.tlp .foot a:hover {
  color: var(--lilac);
}

.tlp .foot .vpm-logo img {
  height: 24px;
}

/* ---------- reveal ---------- */
.tlp .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s ease, transform .7s ease;
}

.tlp .reveal.show {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .tlp *,
  .tlp *::before,
  .tlp *::after {
    animation: none !important;
    transition: none !important;
  }
  .tlp .reveal,
  .tlp .cap-card {
    opacity: 1 !important;
    transform: none !important;
  }
}
