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

.ttbio-editorial-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}

.ttbio-editorial-wrap,
.ttbio-editorial-wrap div,
.ttbio-editorial-wrap section,
.ttbio-editorial-wrap article {
  box-sizing: border-box;
}

.ttbio-editorial-wrap .ttbio-section {
  position: relative;
  isolation: isolate;
}

.ttbio-editorial-wrap .ttbio-section-white {
  background: #ffffff;
}

.ttbio-editorial-wrap .ttbio-section-soft {
  background:
    radial-gradient(circle at 15% 10%, rgba(37, 244, 238, 0.12), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(254, 44, 85, 0.10), transparent 30%),
    #f8fafc;
}

.ttbio-editorial-wrap .ttbio-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.ttbio-editorial-wrap .ttbio-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.ttbio-editorial-wrap .ttbio-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  padding: 7px 13px;
  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: #b4183d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.ttbio-editorial-wrap .ttbio-heading h2 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.ttbio-editorial-wrap .ttbio-heading p {
  margin: 14px auto 0;
  color: #536074;
  line-height: 1.7;
  font-weight: 450;
}

.ttbio-editorial-wrap .ttbio-grid {
  display: grid;
  align-items: stretch;
}

.ttbio-editorial-wrap .ttbio-card,
.ttbio-editorial-wrap .ttbio-benefit-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttbio-editorial-wrap .ttbio-card::before,
.ttbio-editorial-wrap .ttbio-benefit-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 60%);
  opacity: 0;
  pointer-events: none;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  transition: opacity 260ms ease;
}

.ttbio-editorial-wrap .ttbio-card:hover,
.ttbio-editorial-wrap .ttbio-benefit-card:hover {
  transform: translateY(-5px);
  border-color: rgba(254, 44, 85, 0.18);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}

.ttbio-editorial-wrap .ttbio-card:hover::before,
.ttbio-editorial-wrap .ttbio-benefit-card:hover::before {
  opacity: 1;
}

.ttbio-editorial-wrap .ttbio-card h3,
.ttbio-editorial-wrap .ttbio-benefit-card h3,
.ttbio-editorial-wrap .ttbio-step-card h3 {
  margin: 0;
  color: #121826;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttbio-editorial-wrap .ttbio-card p,
.ttbio-editorial-wrap .ttbio-benefit-card p,
.ttbio-editorial-wrap .ttbio-step-card p {
  margin: 10px 0 0;
  color: #58657a;
  line-height: 1.68;
  font-weight: 450;
}

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

.ttbio-editorial-wrap .ttbio-card:hover .ttbio-icon {
  transform: translateY(-2px) rotate(-2deg);
}

.ttbio-editorial-wrap .ttbio-icon::before,
.ttbio-editorial-wrap .ttbio-icon::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.94);
}

.ttbio-editorial-wrap .ttbio-icon-view::before {
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 999px;
}

.ttbio-editorial-wrap .ttbio-icon-view::after {
  width: 7px;
  height: 7px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #111827;
}

.ttbio-editorial-wrap .ttbio-icon-fast::before {
  width: 22px;
  height: 4px;
  left: 12px;
  top: 15px;
  border-radius: 99px;
  box-shadow: -5px 8px 0 rgba(255, 255, 255, 0.8), 5px 16px 0 rgba(255, 255, 255, 0.65);
}

.ttbio-editorial-wrap .ttbio-icon-preview::before {
  width: 22px;
  height: 18px;
  left: 12px;
  top: 14px;
  border-radius: 6px;
}

.ttbio-editorial-wrap .ttbio-icon-preview::after {
  width: 12px;
  height: 3px;
  left: 17px;
  top: 21px;
  border-radius: 99px;
  background: #111827;
}

.ttbio-editorial-wrap .ttbio-icon-steps::before {
  width: 7px;
  height: 7px;
  left: 12px;
  top: 13px;
  border-radius: 50%;
  box-shadow: 0 10px 0 rgba(255, 255, 255, 0.9), 0 20px 0 rgba(255, 255, 255, 0.75);
}

.ttbio-editorial-wrap .ttbio-icon-steps::after {
  width: 16px;
  height: 3px;
  left: 23px;
  top: 15px;
  border-radius: 99px;
  box-shadow: 0 10px 0 rgba(255, 255, 255, 0.85), 0 20px 0 rgba(255, 255, 255, 0.7);
}

.ttbio-editorial-wrap .ttbio-icon-mobile::before {
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border-radius: 6px;
}

.ttbio-editorial-wrap .ttbio-icon-mobile::after {
  width: 6px;
  height: 2px;
  left: 20px;
  top: 31px;
  border-radius: 99px;
  background: #111827;
}

.ttbio-editorial-wrap .ttbio-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}

.ttbio-editorial-wrap .ttbio-icon-daily::after {
  width: 10px;
  height: 4px;
  left: 22px;
  top: 22px;
  border-left: 3px solid #111827;
  border-bottom: 3px solid #111827;
  background: transparent;
}

.ttbio-editorial-wrap .ttbio-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.ttbio-editorial-wrap .ttbio-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(10px);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttbio-editorial-wrap .ttbio-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 244, 238, 0.32);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.12);
}

.ttbio-editorial-wrap .ttbio-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827 0%, #233044 45%, #fe2c55 100%);
  box-shadow: 0 16px 34px rgba(254, 44, 85, 0.18);
}

.ttbio-editorial-wrap .ttbio-use-card {
  overflow: hidden;
}

.ttbio-editorial-wrap .ttbio-dot {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: #25f4ee;
  box-shadow: 14px 0 0 #fe2c55, 28px 0 0 rgba(17, 24, 39, 0.9);
}

.ttbio-editorial-wrap .ttbio-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.12);
  color: #0f766e;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.ttbio-editorial-wrap .ttbio-benefit-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at top right, rgba(254, 44, 85, 0.12), transparent 38%);
}

.ttbio-editorial-wrap .ttbio-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.ttbio-editorial-wrap .ttbio-reveal.ttbio-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 650ms ease, transform 650ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

@media (prefers-reduced-motion: reduce) {
  .ttbio-editorial-wrap .ttbio-card,
  .ttbio-editorial-wrap .ttbio-benefit-card,
  .ttbio-editorial-wrap .ttbio-step-card,
  .ttbio-editorial-wrap .ttbio-icon,
  .ttbio-editorial-wrap .ttbio-reveal,
  .ttbio-editorial-wrap .ttbio-reveal.ttbio-visible {
    transition: none;
    transform: none;
  }

  .ttbio-editorial-wrap .ttbio-reveal {
    opacity: 1;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ttbio-editorial-wrap .ttbio-section {
    padding: 48px 0;
  }

  .ttbio-editorial-wrap .ttbio-container {
    padding: 0 14px;
  }

  .ttbio-editorial-wrap .ttbio-heading h2 {
    font-size: 27px;
  }

  .ttbio-editorial-wrap .ttbio-heading p {
    font-size: 15px;
  }

  .ttbio-editorial-wrap .ttbio-grid,
  .ttbio-editorial-wrap .ttbio-steps {
    gap: 16px;
    margin-top: 30px;
  }

  .ttbio-editorial-wrap .ttbio-grid-three,
  .ttbio-editorial-wrap .ttbio-grid-benefits {
    grid-template-columns: 1fr;
  }

  .ttbio-editorial-wrap .ttbio-card,
  .ttbio-editorial-wrap .ttbio-benefit-card {
    padding: 22px;
  }

  .ttbio-editorial-wrap .ttbio-card h3,
  .ttbio-editorial-wrap .ttbio-benefit-card h3,
  .ttbio-editorial-wrap .ttbio-step-card h3 {
    font-size: 18px;
  }

  .ttbio-editorial-wrap .ttbio-card p,
  .ttbio-editorial-wrap .ttbio-benefit-card p,
  .ttbio-editorial-wrap .ttbio-step-card p {
    font-size: 14px;
  }

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

  .ttbio-editorial-wrap .ttbio-step-number {
    width: 54px;
    height: 54px;
    font-size: 17px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ttbio-editorial-wrap .ttbio-section {
    padding: 54px 0;
  }

  .ttbio-editorial-wrap .ttbio-container {
    padding: 0 18px;
  }

  .ttbio-editorial-wrap .ttbio-heading h2 {
    font-size: 30px;
  }

  .ttbio-editorial-wrap .ttbio-heading p {
    font-size: 15.5px;
  }

  .ttbio-editorial-wrap .ttbio-grid,
  .ttbio-editorial-wrap .ttbio-steps {
    gap: 18px;
    margin-top: 32px;
  }

  .ttbio-editorial-wrap .ttbio-grid-three,
  .ttbio-editorial-wrap .ttbio-grid-benefits {
    grid-template-columns: 1fr;
  }

  .ttbio-editorial-wrap .ttbio-card,
  .ttbio-editorial-wrap .ttbio-benefit-card {
    padding: 24px;
  }

  .ttbio-editorial-wrap .ttbio-card h3,
  .ttbio-editorial-wrap .ttbio-benefit-card h3,
  .ttbio-editorial-wrap .ttbio-step-card h3 {
    font-size: 19px;
  }

  .ttbio-editorial-wrap .ttbio-card p,
  .ttbio-editorial-wrap .ttbio-benefit-card p,
  .ttbio-editorial-wrap .ttbio-step-card p {
    font-size: 14.5px;
  }

  .ttbio-editorial-wrap .ttbio-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

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

@media (min-width: 430px) and (max-width: 767px) {
  .ttbio-editorial-wrap .ttbio-section {
    padding: 60px 0;
  }

  .ttbio-editorial-wrap .ttbio-container {
    padding: 0 22px;
  }

  .ttbio-editorial-wrap .ttbio-heading h2 {
    font-size: 34px;
  }

  .ttbio-editorial-wrap .ttbio-heading p {
    font-size: 16px;
  }

  .ttbio-editorial-wrap .ttbio-grid,
  .ttbio-editorial-wrap .ttbio-steps {
    gap: 20px;
    margin-top: 36px;
  }

  .ttbio-editorial-wrap .ttbio-grid-three,
  .ttbio-editorial-wrap .ttbio-grid-benefits {
    grid-template-columns: 1fr;
  }

  .ttbio-editorial-wrap .ttbio-card,
  .ttbio-editorial-wrap .ttbio-benefit-card {
    padding: 26px;
  }

  .ttbio-editorial-wrap .ttbio-card h3,
  .ttbio-editorial-wrap .ttbio-benefit-card h3,
  .ttbio-editorial-wrap .ttbio-step-card h3 {
    font-size: 20px;
  }

  .ttbio-editorial-wrap .ttbio-card p,
  .ttbio-editorial-wrap .ttbio-benefit-card p,
  .ttbio-editorial-wrap .ttbio-step-card p {
    font-size: 15px;
  }

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

  .ttbio-editorial-wrap .ttbio-step-number {
    width: 62px;
    height: 62px;
    font-size: 19px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ttbio-editorial-wrap .ttbio-section {
    padding: 76px 0;
  }

  .ttbio-editorial-wrap .ttbio-container {
    padding: 0 28px;
  }

  .ttbio-editorial-wrap .ttbio-heading h2 {
    font-size: 40px;
  }

  .ttbio-editorial-wrap .ttbio-heading p {
    font-size: 17px;
  }

  .ttbio-editorial-wrap .ttbio-grid,
  .ttbio-editorial-wrap .ttbio-steps {
    gap: 22px;
    margin-top: 42px;
  }

  .ttbio-editorial-wrap .ttbio-grid-three,
  .ttbio-editorial-wrap .ttbio-grid-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ttbio-editorial-wrap .ttbio-card,
  .ttbio-editorial-wrap .ttbio-benefit-card {
    padding: 28px;
  }

  .ttbio-editorial-wrap .ttbio-card h3,
  .ttbio-editorial-wrap .ttbio-benefit-card h3,
  .ttbio-editorial-wrap .ttbio-step-card h3 {
    font-size: 21px;
  }

  .ttbio-editorial-wrap .ttbio-card p,
  .ttbio-editorial-wrap .ttbio-benefit-card p,
  .ttbio-editorial-wrap .ttbio-step-card p {
    font-size: 15.5px;
  }

  .ttbio-editorial-wrap .ttbio-step-card {
    gap: 24px;
    padding: 30px;
  }

  .ttbio-editorial-wrap .ttbio-step-number {
    width: 70px;
    height: 70px;
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .ttbio-editorial-wrap .ttbio-section {
    padding: 92px 0;
  }

  .ttbio-editorial-wrap .ttbio-container {
    padding: 0 32px;
  }

  .ttbio-editorial-wrap .ttbio-heading h2 {
    font-size: 46px;
  }

  .ttbio-editorial-wrap .ttbio-heading p {
    font-size: 17px;
  }

  .ttbio-editorial-wrap .ttbio-grid,
  .ttbio-editorial-wrap .ttbio-steps {
    gap: 24px;
    margin-top: 46px;
  }

  .ttbio-editorial-wrap .ttbio-grid-three,
  .ttbio-editorial-wrap .ttbio-grid-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ttbio-editorial-wrap .ttbio-card,
  .ttbio-editorial-wrap .ttbio-benefit-card {
    padding: 30px;
  }

  .ttbio-editorial-wrap .ttbio-card h3,
  .ttbio-editorial-wrap .ttbio-benefit-card h3,
  .ttbio-editorial-wrap .ttbio-step-card h3 {
    font-size: 21px;
  }

  .ttbio-editorial-wrap .ttbio-card p,
  .ttbio-editorial-wrap .ttbio-benefit-card p,
  .ttbio-editorial-wrap .ttbio-step-card p {
    font-size: 15.5px;
  }

  .ttbio-editorial-wrap .ttbio-step-card {
    gap: 28px;
    padding: 32px;
  }

  .ttbio-editorial-wrap .ttbio-step-number {
    width: 76px;
    height: 76px;
    font-size: 21px;
  }
}