@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

.ttbio-content-suite {
  width: 100%;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  background: #ffffff;
}

.ttbio-content-suite,
.ttbio-content-suite div,
.ttbio-content-suite section,
.ttbio-content-suite article {
  box-sizing: border-box;
}

.ttbio-content-suite .ttbio-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ttbio-content-suite .ttbio-section-white {
  background: #ffffff;
}

.ttbio-content-suite .ttbio-section-soft {
  background:
    radial-gradient(circle at 8% 12%, rgba(37, 244, 238, 0.12), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(254, 44, 85, 0.10), transparent 30%),
    #f8fafc;
}

.ttbio-content-suite .ttbio-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ttbio-content-suite .ttbio-section-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.ttbio-content-suite .ttbio-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 14px;
  border: 1px solid rgba(254, 44, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.10));
  color: #b0163c;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.ttbio-content-suite .ttbio-section-head h2 {
  margin: 16px 0 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.ttbio-content-suite .ttbio-section-head p {
  margin: 16px auto 0;
  max-width: 690px;
  color: #5a6475;
  line-height: 1.75;
}

.ttbio-content-suite .ttbio-card-grid {
  display: grid;
  align-items: stretch;
}

.ttbio-content-suite .ttbio-info-card,
.ttbio-content-suite .ttbio-use-card,
.ttbio-content-suite .ttbio-trust-card,
.ttbio-content-suite .ttbio-step-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(15, 23, 42, 0.09);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttbio-content-suite .ttbio-info-card,
.ttbio-content-suite .ttbio-use-card,
.ttbio-content-suite .ttbio-trust-card {
  border-radius: 22px;
}

.ttbio-content-suite .ttbio-info-card::before,
.ttbio-content-suite .ttbio-use-card::before,
.ttbio-content-suite .ttbio-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.42), rgba(254, 44, 85, 0.32), transparent 62%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.ttbio-content-suite .ttbio-info-card:hover,
.ttbio-content-suite .ttbio-use-card:hover,
.ttbio-content-suite .ttbio-trust-card:hover,
.ttbio-content-suite .ttbio-step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(254, 44, 85, 0.22);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.12);
}

.ttbio-content-suite .ttbio-info-card:hover::before,
.ttbio-content-suite .ttbio-use-card:hover::before,
.ttbio-content-suite .ttbio-trust-card:hover::before {
  opacity: 1;
}

.ttbio-content-suite .ttbio-info-card h3,
.ttbio-content-suite .ttbio-use-card h3,
.ttbio-content-suite .ttbio-trust-card h3,
.ttbio-content-suite .ttbio-step-copy h3 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.ttbio-content-suite .ttbio-info-card p,
.ttbio-content-suite .ttbio-use-card p,
.ttbio-content-suite .ttbio-trust-card p,
.ttbio-content-suite .ttbio-step-copy p {
  margin: 10px 0 0;
  color: #5d6878;
  line-height: 1.72;
}

.ttbio-content-suite .ttbio-card-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  position: relative;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 30px rgba(254, 44, 85, 0.18);
  transition: transform 260ms ease;
}

.ttbio-content-suite .ttbio-info-card:hover .ttbio-card-icon {
  transform: translateY(-3px) rotate(-2deg);
}

.ttbio-content-suite .ttbio-card-icon::before,
.ttbio-content-suite .ttbio-card-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ttbio-content-suite .ttbio-icon-eye::before {
  width: 24px;
  height: 14px;
  border: 2px solid #ffffff;
  border-radius: 18px;
}

.ttbio-content-suite .ttbio-icon-eye::after {
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
}

.ttbio-content-suite .ttbio-icon-speed::before {
  width: 23px;
  height: 23px;
  border: 2px solid #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
}

.ttbio-content-suite .ttbio-icon-speed::after {
  width: 12px;
  height: 2px;
  background: #ffffff;
  transform: translate(-20%, -50%) rotate(-28deg);
  transform-origin: left center;
}

.ttbio-content-suite .ttbio-icon-preview::before {
  width: 24px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.ttbio-content-suite .ttbio-icon-preview::after {
  width: 12px;
  height: 2px;
  background: #ffffff;
  box-shadow: 0 6px 0 #ffffff;
  transform: translate(-50%, -60%);
}

.ttbio-content-suite .ttbio-icon-steps::before {
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 10px 0 0 #ffffff, -10px 0 0 #ffffff;
}

.ttbio-content-suite .ttbio-icon-steps::after {
  width: 24px;
  height: 2px;
  background: rgba(255, 255, 255, 0.82);
}

.ttbio-content-suite .ttbio-icon-mobile::before {
  width: 17px;
  height: 25px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.ttbio-content-suite .ttbio-icon-mobile::after {
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 50%;
  transform: translate(-50%, 7px);
}

.ttbio-content-suite .ttbio-icon-daily::before {
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.ttbio-content-suite .ttbio-icon-daily::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translate(-44%, -54%) rotate(45deg);
}

.ttbio-content-suite .ttbio-step-list {
  display: grid;
  grid-template-columns: 1fr;
}

.ttbio-content-suite .ttbio-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, rgba(37, 244, 238, 0.14), rgba(254, 44, 85, 0.12));
  overflow: hidden;
}

.ttbio-content-suite .ttbio-step-card::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 22px;
  width: 70px;
  height: 70px;
  border: 1px solid rgba(37, 244, 238, 0.24);
  border-radius: 22px;
  transform: rotate(10deg);
  background: rgba(254, 44, 85, 0.04);
}

.ttbio-content-suite .ttbio-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #263244);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 18px 38px rgba(17, 24, 39, 0.18);
}

.ttbio-content-suite .ttbio-step-copy {
  position: relative;
  z-index: 1;
}

.ttbio-content-suite .ttbio-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at top right, rgba(37, 244, 238, 0.14), transparent 38%);
}

.ttbio-content-suite .ttbio-mini-mark {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: rgba(37, 244, 238, 0.13);
  position: relative;
}

.ttbio-content-suite .ttbio-mini-mark::before {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 6px rgba(254, 44, 85, 0.08);
}

.ttbio-content-suite .ttbio-trust-card {
  background:
    linear-gradient(145deg, #ffffff, #fbfdff),
    radial-gradient(circle at top left, rgba(254, 44, 85, 0.12), transparent 42%);
}

.ttbio-content-suite .ttbio-trust-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 16px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.ttbio-content-suite .ttbio-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.ttbio-content-suite .ttbio-reveal.ttbio-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 320px) and (max-width: 374px) {
  .ttbio-content-suite .ttbio-section {
    padding: 54px 0;
  }

  .ttbio-content-suite .ttbio-container {
    padding: 0 14px;
  }

  .ttbio-content-suite .ttbio-section-head h2 {
    font-size: 25px;
  }

  .ttbio-content-suite .ttbio-section-head p {
    font-size: 14.5px;
  }

  .ttbio-content-suite .ttbio-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .ttbio-content-suite .ttbio-info-card,
  .ttbio-content-suite .ttbio-use-card,
  .ttbio-content-suite .ttbio-trust-card {
    padding: 22px;
  }

  .ttbio-content-suite .ttbio-info-card h3,
  .ttbio-content-suite .ttbio-use-card h3,
  .ttbio-content-suite .ttbio-trust-card h3,
  .ttbio-content-suite .ttbio-step-copy h3 {
    font-size: 18px;
  }

  .ttbio-content-suite .ttbio-info-card p,
  .ttbio-content-suite .ttbio-use-card p,
  .ttbio-content-suite .ttbio-trust-card p,
  .ttbio-content-suite .ttbio-step-copy p {
    font-size: 14.5px;
  }

  .ttbio-content-suite .ttbio-step-list {
    gap: 16px;
    margin-top: 28px;
  }

  .ttbio-content-suite .ttbio-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .ttbio-content-suite .ttbio-step-number {
    width: 58px;
    height: 58px;
    font-size: 18px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ttbio-content-suite .ttbio-section {
    padding: 60px 0;
  }

  .ttbio-content-suite .ttbio-container {
    padding: 0 18px;
  }

  .ttbio-content-suite .ttbio-section-head h2 {
    font-size: 28px;
  }

  .ttbio-content-suite .ttbio-section-head p {
    font-size: 15px;
  }

  .ttbio-content-suite .ttbio-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }

  .ttbio-content-suite .ttbio-info-card,
  .ttbio-content-suite .ttbio-use-card,
  .ttbio-content-suite .ttbio-trust-card {
    padding: 24px;
  }

  .ttbio-content-suite .ttbio-info-card h3,
  .ttbio-content-suite .ttbio-use-card h3,
  .ttbio-content-suite .ttbio-trust-card h3,
  .ttbio-content-suite .ttbio-step-copy h3 {
    font-size: 19px;
  }

  .ttbio-content-suite .ttbio-info-card p,
  .ttbio-content-suite .ttbio-use-card p,
  .ttbio-content-suite .ttbio-trust-card p,
  .ttbio-content-suite .ttbio-step-copy p {
    font-size: 15px;
  }

  .ttbio-content-suite .ttbio-step-list {
    gap: 18px;
    margin-top: 30px;
  }

  .ttbio-content-suite .ttbio-step-card {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }

  .ttbio-content-suite .ttbio-step-number {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ttbio-content-suite .ttbio-section {
    padding: 66px 0;
  }

  .ttbio-content-suite .ttbio-container {
    padding: 0 22px;
  }

  .ttbio-content-suite .ttbio-section-head h2 {
    font-size: 31px;
  }

  .ttbio-content-suite .ttbio-section-head p {
    font-size: 15.5px;
  }

  .ttbio-content-suite .ttbio-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }

  .ttbio-content-suite .ttbio-info-card,
  .ttbio-content-suite .ttbio-use-card,
  .ttbio-content-suite .ttbio-trust-card {
    padding: 26px;
  }

  .ttbio-content-suite .ttbio-info-card h3,
  .ttbio-content-suite .ttbio-use-card h3,
  .ttbio-content-suite .ttbio-trust-card h3,
  .ttbio-content-suite .ttbio-step-copy h3 {
    font-size: 20px;
  }

  .ttbio-content-suite .ttbio-info-card p,
  .ttbio-content-suite .ttbio-use-card p,
  .ttbio-content-suite .ttbio-trust-card p,
  .ttbio-content-suite .ttbio-step-copy p {
    font-size: 15.5px;
  }

  .ttbio-content-suite .ttbio-step-list {
    gap: 20px;
    margin-top: 34px;
  }

  .ttbio-content-suite .ttbio-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }

  .ttbio-content-suite .ttbio-step-number {
    width: 64px;
    height: 64px;
    font-size: 19px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ttbio-content-suite .ttbio-section {
    padding: 82px 0;
  }

  .ttbio-content-suite .ttbio-container {
    padding: 0 28px;
  }

  .ttbio-content-suite .ttbio-section-head h2 {
    font-size: 38px;
  }

  .ttbio-content-suite .ttbio-section-head p {
    font-size: 16.5px;
  }

  .ttbio-content-suite .ttbio-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }

  .ttbio-content-suite .ttbio-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ttbio-content-suite .ttbio-info-card,
  .ttbio-content-suite .ttbio-use-card,
  .ttbio-content-suite .ttbio-trust-card {
    padding: 28px;
  }

  .ttbio-content-suite .ttbio-info-card h3,
  .ttbio-content-suite .ttbio-use-card h3,
  .ttbio-content-suite .ttbio-trust-card h3,
  .ttbio-content-suite .ttbio-step-copy h3 {
    font-size: 21px;
  }

  .ttbio-content-suite .ttbio-info-card p,
  .ttbio-content-suite .ttbio-use-card p,
  .ttbio-content-suite .ttbio-trust-card p,
  .ttbio-content-suite .ttbio-step-copy p {
    font-size: 16px;
  }

  .ttbio-content-suite .ttbio-step-list {
    gap: 22px;
    margin-top: 42px;
  }

  .ttbio-content-suite .ttbio-step-card {
    gap: 24px;
    padding: 30px;
  }

  .ttbio-content-suite .ttbio-step-number {
    width: 72px;
    height: 72px;
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .ttbio-content-suite .ttbio-section {
    padding: 96px 0;
  }

  .ttbio-content-suite .ttbio-container {
    padding: 0 32px;
  }

  .ttbio-content-suite .ttbio-section-head h2 {
    font-size: 46px;
  }

  .ttbio-content-suite .ttbio-section-head p {
    font-size: 17px;
  }

  .ttbio-content-suite .ttbio-card-grid {
    gap: 24px;
    margin-top: 48px;
  }

  .ttbio-content-suite .ttbio-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ttbio-content-suite .ttbio-info-card,
  .ttbio-content-suite .ttbio-use-card,
  .ttbio-content-suite .ttbio-trust-card {
    padding: 30px;
  }

  .ttbio-content-suite .ttbio-info-card h3,
  .ttbio-content-suite .ttbio-use-card h3,
  .ttbio-content-suite .ttbio-trust-card h3,
  .ttbio-content-suite .ttbio-step-copy h3 {
    font-size: 22px;
  }

  .ttbio-content-suite .ttbio-info-card p,
  .ttbio-content-suite .ttbio-use-card p,
  .ttbio-content-suite .ttbio-trust-card p,
  .ttbio-content-suite .ttbio-step-copy p {
    font-size: 16px;
  }

  .ttbio-content-suite .ttbio-step-list {
    gap: 24px;
    margin-top: 48px;
  }

  .ttbio-content-suite .ttbio-step-card {
    gap: 28px;
    padding: 34px;
  }

  .ttbio-content-suite .ttbio-step-number {
    width: 78px;
    height: 78px;
    font-size: 21px;
  }
}