﻿.ts-timeline-article {
    --tl-ink: #141521;
    --tl-muted: #63687a;
    --tl-pink: #ed147c;
    --tl-teal: #1fb7b2;
    --tl-gold: #f4c95d;
    --tl-deep: #11131d;
    --tl-soft: #f7f4f8;
    color: var(--tl-ink);
    letter-spacing: 0;
  }
  .ts-timeline-article * {
    letter-spacing: 0;
  }
  .ts-timeline-hero {
    position: relative;
    overflow: hidden;
    min-height: 680px;
    color: #fff;
    background-image:
      linear-gradient(90deg, rgba(12, 11, 20, .92) 0%, rgba(12, 11, 20, .72) 48%, rgba(12, 11, 20, .20) 100%),
      url("https://d1hh4docq72mg3.cloudfront.net/assets/images/trans_dating_hero.webp");
    background-size: cover;
    background-position: center;
  }
  .ts-timeline-hero .container {
    position: relative;
    z-index: 2;
  }
  .ts-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .78rem;
  }
  .ts-eyebrow-dot {
    width: .62rem;
    height: .62rem;
    border-radius: 999px;
    background: var(--tl-pink);
    box-shadow: 0 0 0 .35rem rgba(237, 20, 124, .18);
  }
  .ts-hero-title {
    max-width: 820px;
    font-weight: 800;
    line-height: .98;
    font-size: clamp(3rem, 6vw, 5rem);
  }
  .ts-hero-copy {
    max-width: 680px;
    color: rgba(255,255,255,.88);
    font-size: 1.5rem;
    line-height: 1.65;
  }
  .ts-hero-actions .btn {
    border-radius: 999px;
    padding: .9rem 1.35rem;
    font-weight: 700;
  }
  .ts-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 2rem;
  }
  .ts-hero-meta span {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .62rem .88rem;
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 999px;
    background: rgba(255,255,255,.09);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #fff;
    font-size: .92rem;
  }
  .ts-live-device {
    width: min(100%, 390px);
    margin-left: auto;
    border-radius: 34px;
    padding: 12px;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.24);
    box-shadow: 0 30px 90px rgba(0,0,0,.44);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }
  .ts-live-screen {
    border-radius: 26px;
    overflow: hidden;
    background:
      radial-gradient(circle at 18% 8%, rgba(237,20,124,.28), transparent 34%),
      radial-gradient(circle at 92% 18%, rgba(31,183,178,.22), transparent 30%),
      linear-gradient(155deg, #171927 0%, #10121d 48%, #1c1324 100%);
    color: #fff;
  }
  .ts-live-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background: #11131d;
    color: #fff;
  }
  .ts-live-pill {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .36rem .62rem;
    border-radius: 999px;
    background: rgba(31,183,178,.16);
    color: #8ef3ef;
    font-size: .78rem;
    font-weight: 700;
  }
  .ts-pulse {
    width: .5rem;
    height: .5rem;
    border-radius: 999px;
    background: var(--tl-teal);
  }
  .ts-feed {
    padding: 1rem;
  }
  .ts-feed-item {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: .75rem;
    padding: .85rem 0;
    border-bottom: 1px solid rgba(255,255,255,.10);
  }
  .ts-feed-item:last-child {
    border-bottom: 0;
  }
  .ts-feed-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(145deg, var(--tl-pink), #b017d4);
    box-shadow: 0 12px 26px rgba(237,20,124,.22);
    align-self: start;
    margin-top: .08rem;
  }
  .ts-feed-icon.alt {
    color: #fff;
    background: linear-gradient(145deg, var(--tl-teal), #1686d9);
    box-shadow: 0 12px 26px rgba(31,183,178,.22);
  }
  .ts-feed-icon.gold {
    color: #fff;
    background: linear-gradient(145deg, var(--tl-gold), #ed147c);
    box-shadow: 0 12px 26px rgba(244,201,93,.20);
  }
  .ts-feed-icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.08rem;
    line-height: 1;
    width: 1em;
    height: 1em;
  }
  .ts-feed-item strong {
    display: block;
    font-size: .96rem;
    color: #fff;
  }
  .ts-feed-item > div > span {
    display: block;
    color: rgba(255,255,255,.68);
    font-size: .86rem;
    margin-top: .18rem;
  }
  .ts-story-intro {
    font-size: 1.28rem;
    line-height: 1.72;
    color: #25283a;
  }
  .ts-section {
    padding: 5rem 0;
  }
  .ts-section-narrow {
    max-width: 860px;
    margin: 0 auto;
  }
  .ts-section h2 {
    font-weight: 800;
    line-height: 1.98;
    margin-bottom: 1rem;
  }
  .ts-section p {
    color: var(--tl-muted);
    font-size: 1.5rem;
    line-height: 1.76;
  }
  .ts-feature-band {
    background: var(--tl-deep);
    color: #fff;
  }
  .ts-feature-band p {
    color: rgba(255,255,255,.76);
  }
  .ts-feature {
    height: 100%;
    padding: 1.4rem;
    border-radius: 18px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
  }
  .ts-feature i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: var(--tl-pink);
    color: #fff;
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  .ts-flow {
    position: relative;
    padding-left: 1.2rem;
  }
  .ts-flow:before {
    content: "";
    position: absolute;
    left: 14px;
    top: .5rem;
    bottom: .5rem;
    width: 2px;
    background: linear-gradient(180deg, var(--tl-pink), var(--tl-teal), var(--tl-gold));
  }
  .ts-flow-step {
    position: relative;
    padding: 0 0 2rem 3rem;
  }
  .ts-flow-step:last-child {
    padding-bottom: 0;
  }
  .ts-flow-step:before {
    content: "";
    position: absolute;
    left: 2px;
    top: .2rem;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #fff;
    border: 7px solid var(--tl-pink);
  }
  .ts-flow-step:nth-child(2):before {
    border-color: var(--tl-teal);
  }
  .ts-flow-step:nth-child(3):before {
    border-color: var(--tl-gold);
  }
  .ts-flow-step h3 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: .35rem;
  }
  .ts-privacy-panel {
    border-radius: 28px;
    overflow: hidden;
    background:
      radial-gradient(circle at 12% 0%, rgba(237,20,124,.28), transparent 34%),
      radial-gradient(circle at 95% 8%, rgba(31,183,178,.18), transparent 30%),
      linear-gradient(155deg, #171927 0%, #10121d 48%, #1d1324 100%);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 26px 80px rgba(27, 20, 44, .22);
  }
  .ts-privacy-panel-header {
    padding: 1.4rem;
    color: #fff;
    background: rgba(255,255,255,.05);
    border-bottom: 1px solid rgba(255,255,255,.10);
  }
  .ts-toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.4rem;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.09);
    background: rgba(255,255,255,.035);
  }
  .ts-toggle-row:last-child {
    border-bottom: 0;
  }
  .ts-toggle {
    width: 48px;
    height: 28px;
    border-radius: 999px;
    background: #ed147c;
    position: relative;
    flex: 0 0 auto;
  }
  .ts-toggle:after {
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #fff;
  }
  .ts-fakecheck-card {
    position: relative;
    overflow: hidden;
    max-width: 430px;
    margin: 0 auto;
    padding: 1.2rem;
    border-radius: 32px;
    color: #fff;
    background:
      radial-gradient(circle at 20% 10%, rgba(237,20,124,.45), transparent 34%),
      radial-gradient(circle at 88% 16%, rgba(31,183,178,.42), transparent 32%),
      linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.05));
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 26px 80px rgba(0,0,0,.34);
  }
  .ts-fakecheck-card:before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 26px;
    border: 1px solid rgba(255,255,255,.12);
    pointer-events: none;
  }
  .ts-fakecheck-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
  .ts-fakecheck-mark {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .48rem .72rem;
    border-radius: 999px;
    color: #9af6f2;
    background: rgba(31,183,178,.16);
    border: 1px solid rgba(154,246,242,.22);
    font-weight: 800;
    font-size: .78rem;
    text-transform: uppercase;
  }
  .ts-fakecheck-shield {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 132px;
    margin: 0 auto 1.25rem;
    border-radius: 38px;
    background: linear-gradient(145deg, #ed147c, #9d2ee6);
    box-shadow: 0 24px 55px rgba(237,20,124,.34);
  }
  .ts-fakecheck-shield:after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,.32);
  }
  .ts-fakecheck-shield i {
    position: relative;
    z-index: 1;
    font-size: 4rem;
    line-height: 1;
  }
  .ts-fakecheck-title {
    position: relative;
    text-align: center;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    line-height: 1;
    font-weight: 900;
    margin-bottom: .55rem;
  }
  .ts-fakecheck-subtitle {
    position: relative;
    max-width: 310px;
    margin: 0 auto 1.25rem;
    text-align: center;
    color: rgba(255,255,255,.72);
    font-size: .95rem;
    line-height: 1.55;
  }
  .ts-fakecheck-signals {
    position: relative;
    display: grid;
    gap: .6rem;
  }
  .ts-fakecheck-signal {
    display: flex;
    align-items: center;
    gap: .7rem;
    padding: .72rem .82rem;
    border-radius: 18px;
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.10);
    font-size: .92rem;
  }
  .ts-fakecheck-signal i {
    color: #9af6f2;
  }
  .ts-fakecheck-foot {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
  }
  .ts-fakecheck-foot span {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .45rem .72rem;
    border-radius: 999px;
    color: #fff;
    background: rgba(244,201,93,.18);
    border: 1px solid rgba(244,201,93,.28);
    font-size: .78rem;
    font-weight: 700;
  }
  .ts-final-cta {
    position: relative;
    overflow: hidden;
    color: #fff;
    background-image:
      linear-gradient(90deg, rgba(17,19,29,.96), rgba(17,19,29,.76)),
      url("https://d1hh4docq72mg3.cloudfront.net/assets/images/transgender-couple.webp");
    background-size: cover;
    background-position: center;
  }
  .ts-final-cta .btn {
    border-radius: 999px;
    padding: .9rem 1.35rem;
    font-weight: 700;
  }
  .ts-gradient {
  background:linear-gradient(180deg,#e9aee8e6 0%,#ed147c 32%,#0b1220 100%)
  }
.ts-gradient h2, .ts-gradient-end h2, .ts-gradient-faq h2 {
font-size: 3.4rem;
font-weight:800;
color:#fff
}
.ts-gradient p, .ts-gradient-end p, .ts-gradient-faq p {
color:#fff;
font-size:1.5rem
}
  .ts-gradient-flow {
  background:linear-gradient(180deg, rgb(85, 205, 252), rgb(179, 157, 233), rgb(247, 168, 184), rgb(246, 216, 221), rgb(255, 255, 255))
  }
.ts-gradient-end {
background:linear-gradient(179.99deg,#0b1220 .01%,#ed147c 47.12%,#e9aee8e6 99.99%)
}
.ts-gradient-faq {
background:linear-gradient(180deg, rgba(91, 207, 251, .90) 0%, rgba(91, 207, 251, .35) 32%, #0b1220 100%)
}
  @media (max-width: 991.98px) {
    .ts-timeline-hero {
      min-height: auto;
      padding: 4rem 0;
      background-image:
        linear-gradient(180deg, rgba(12, 11, 20, .94), rgba(12, 11, 20, .74)),
        url("https://d1hh4docq72mg3.cloudfront.net/assets/images/trans_dating_hero_xs-sm.webp");
    }
    .ts-live-device {
      margin: 2rem auto 0;
    }
    .ts-section {
      padding: 3.5rem 0;
    }
  }
  @media (max-width: 575.98px) {
    .ts-hero-title {
      font-size: 3rem;
    }
    .ts-live-device {
      border-radius: 24px;
    }
    .ts-live-screen {
      border-radius: 18px;
    }
  }
