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

.ttpv-content {
  width: 100%;
  overflow-x: hidden;
  color: #18202f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

.ttpv-content .ttpv-section {
  position: relative;
  width: 100%;
}

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

.ttpv-content .ttpv-section-soft {
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fb 100%);
}

.ttpv-content .ttpv-container {
  max-width: 1200px;
  margin: 0 auto;
}

.ttpv-content .ttpv-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.ttpv-content .ttpv-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: #0f8f96;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.ttpv-content .ttpv-eyebrow::before,
.ttpv-content .ttpv-eyebrow::after {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #00d4c8, #ff3b7f);
}

.ttpv-content .ttpv-heading h2 {
  margin: 0;
  color: #101828;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: 0;
}

.ttpv-content .ttpv-heading p {
  margin: 14px auto 0;
  max-width: 680px;
  color: #596274;
  font-weight: 450;
}

.ttpv-content .ttpv-grid {
  display: grid;
  align-items: stretch;
}

.ttpv-content .ttpv-card,
.ttpv-content .ttpv-benefit {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(18, 30, 52, 0.09);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 16px 44px rgba(19, 30, 51, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ttpv-content .ttpv-card::before,
.ttpv-content .ttpv-benefit::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #00d4c8, #101828 48%, #ff3b7f);
  opacity: 0.9;
}

.ttpv-content .ttpv-card:hover,
.ttpv-content .ttpv-benefit:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 212, 200, 0.38);
  box-shadow: 0 22px 56px rgba(19, 30, 51, 0.13);
}

.ttpv-content .ttpv-card h3,
.ttpv-content .ttpv-benefit h3,
.ttpv-content .ttpv-step h3 {
  margin: 0;
  color: #141c2b;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttpv-content .ttpv-card p,
.ttpv-content .ttpv-benefit p,
.ttpv-content .ttpv-step p {
  margin: 10px 0 0;
  color: #5e6878;
  font-weight: 430;
}

.ttpv-content .ttpv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  flex: 0 0 auto;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 212, 200, 0.16), rgba(255, 59, 127, 0.16));
  box-shadow: inset 0 0 0 1px rgba(15, 143, 150, 0.14);
}

.ttpv-content .ttpv-icon::before,
.ttpv-content .ttpv-icon::after {
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}

.ttpv-content .ttpv-card:hover .ttpv-icon::before,
.ttpv-content .ttpv-card:hover .ttpv-icon::after {
  transform: translateY(-2px);
}

.ttpv-content .ttpv-icon-play::before {
  left: 18px;
  top: 14px;
  border-left: 13px solid #0f8f96;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.ttpv-content .ttpv-icon-flash::before {
  left: 18px;
  top: 10px;
  width: 10px;
  height: 25px;
  background: linear-gradient(180deg, #ff3b7f, #00aeb5);
  clip-path: polygon(55% 0, 100% 0, 65% 42%, 100% 42%, 35% 100%, 50% 54%, 10% 54%);
}

.ttpv-content .ttpv-icon-frame::before {
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border: 3px solid #0f8f96;
  border-radius: 8px;
}

.ttpv-content .ttpv-icon-route::before {
  left: 13px;
  top: 15px;
  width: 20px;
  height: 16px;
  border: 3px solid #0f8f96;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 9px 0 0;
}

.ttpv-content .ttpv-icon-route::after {
  left: 12px;
  top: 27px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff3b7f;
}

.ttpv-content .ttpv-icon-mobile::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid #0f8f96;
  border-radius: 7px;
}

.ttpv-content .ttpv-icon-daily::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #00d4c8, #ff3b7f, #00d4c8);
}

.ttpv-content .ttpv-icon-daily::after {
  left: 18px;
  top: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
}

.ttpv-content .ttpv-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.ttpv-content .ttpv-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(18, 30, 52, 0.09);
  border-radius: 24px;
  background:
    radial-gradient(circle at 98% 0%, rgba(255, 59, 127, 0.13), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 46px rgba(19, 30, 51, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ttpv-content .ttpv-step:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 59, 127, 0.24);
  box-shadow: 0 22px 58px rgba(19, 30, 51, 0.12);
}

.ttpv-content .ttpv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #101828 0%, #0f8f96 54%, #ff3b7f 100%);
  box-shadow: 0 14px 28px rgba(15, 143, 150, 0.22);
}

.ttpv-content .ttpv-step-content {
  min-width: 0;
}

.ttpv-content .ttpv-use-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 212, 200, 0.08), transparent 32%),
    #ffffff;
}

.ttpv-content .ttpv-mini-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00d4c8, #ff3b7f);
  box-shadow: 0 0 0 8px rgba(0, 212, 200, 0.08);
}

.ttpv-content .ttpv-badge {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #0e777d;
  background: rgba(0, 212, 200, 0.11);
  font-weight: 800;
  line-height: 1.1;
}

.ttpv-content .ttpv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.ttpv-content .ttpv-reveal.ttpv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

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

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

  .ttpv-content .ttpv-heading {
    margin-bottom: 26px;
  }

  .ttpv-content .ttpv-eyebrow {
    font-size: 12px;
  }

  .ttpv-content .ttpv-heading h2 {
    font-size: 25px;
  }

  .ttpv-content .ttpv-heading p {
    font-size: 14px;
  }

  .ttpv-content .ttpv-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ttpv-content .ttpv-card,
  .ttpv-content .ttpv-benefit {
    padding: 24px 20px;
    border-radius: 19px;
  }

  .ttpv-content .ttpv-card h3,
  .ttpv-content .ttpv-benefit h3,
  .ttpv-content .ttpv-step h3 {
    font-size: 18px;
  }

  .ttpv-content .ttpv-card p,
  .ttpv-content .ttpv-benefit p,
  .ttpv-content .ttpv-step p {
    font-size: 14px;
  }

  .ttpv-content .ttpv-steps {
    gap: 16px;
  }

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

  .ttpv-content .ttpv-step-number {
    width: 52px;
    height: 52px;
    font-size: 17px;
  }
}

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

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

  .ttpv-content .ttpv-heading {
    margin-bottom: 30px;
  }

  .ttpv-content .ttpv-eyebrow {
    font-size: 13px;
  }

  .ttpv-content .ttpv-heading h2 {
    font-size: 28px;
  }

  .ttpv-content .ttpv-heading p {
    font-size: 15px;
  }

  .ttpv-content .ttpv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ttpv-content .ttpv-card,
  .ttpv-content .ttpv-benefit {
    padding: 26px 22px;
    border-radius: 20px;
  }

  .ttpv-content .ttpv-card h3,
  .ttpv-content .ttpv-benefit h3,
  .ttpv-content .ttpv-step h3 {
    font-size: 19px;
  }

  .ttpv-content .ttpv-card p,
  .ttpv-content .ttpv-benefit p,
  .ttpv-content .ttpv-step p {
    font-size: 15px;
  }

  .ttpv-content .ttpv-steps {
    gap: 18px;
  }

  .ttpv-content .ttpv-step {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

  .ttpv-content .ttpv-step-number {
    width: 54px;
    height: 54px;
    font-size: 18px;
  }
}

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

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

  .ttpv-content .ttpv-heading {
    margin-bottom: 34px;
  }

  .ttpv-content .ttpv-eyebrow {
    font-size: 13px;
  }

  .ttpv-content .ttpv-heading h2 {
    font-size: 32px;
  }

  .ttpv-content .ttpv-heading p {
    font-size: 16px;
  }

  .ttpv-content .ttpv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ttpv-content .ttpv-card,
  .ttpv-content .ttpv-benefit {
    padding: 28px 24px;
  }

  .ttpv-content .ttpv-card h3,
  .ttpv-content .ttpv-benefit h3,
  .ttpv-content .ttpv-step h3 {
    font-size: 20px;
  }

  .ttpv-content .ttpv-card p,
  .ttpv-content .ttpv-benefit p,
  .ttpv-content .ttpv-step p {
    font-size: 16px;
  }

  .ttpv-content .ttpv-steps {
    gap: 20px;
  }

  .ttpv-content .ttpv-step {
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 26px;
  }

  .ttpv-content .ttpv-step-number {
    width: 58px;
    height: 58px;
    font-size: 19px;
  }
}

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

  .ttpv-content .ttpv-container {
    padding: 0 30px;
  }

  .ttpv-content .ttpv-heading {
    margin-bottom: 42px;
  }

  .ttpv-content .ttpv-eyebrow {
    font-size: 13px;
  }

  .ttpv-content .ttpv-heading h2 {
    font-size: 38px;
  }

  .ttpv-content .ttpv-heading p {
    font-size: 17px;
  }

  .ttpv-content .ttpv-grid-three,
  .ttpv-content .ttpv-grid-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .ttpv-content .ttpv-card,
  .ttpv-content .ttpv-benefit {
    padding: 30px 26px;
  }

  .ttpv-content .ttpv-card h3,
  .ttpv-content .ttpv-benefit h3,
  .ttpv-content .ttpv-step h3 {
    font-size: 21px;
  }

  .ttpv-content .ttpv-card p,
  .ttpv-content .ttpv-benefit p,
  .ttpv-content .ttpv-step p {
    font-size: 16px;
  }

  .ttpv-content .ttpv-steps {
    gap: 22px;
  }

  .ttpv-content .ttpv-step {
    grid-template-columns: auto 1fr;
    gap: 22px;
    padding: 30px;
  }

  .ttpv-content .ttpv-step-number {
    width: 64px;
    height: 64px;
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .ttpv-content .ttpv-section {
    padding: 88px 0;
  }

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

  .ttpv-content .ttpv-heading {
    margin-bottom: 48px;
  }

  .ttpv-content .ttpv-eyebrow {
    font-size: 13px;
  }

  .ttpv-content .ttpv-heading h2 {
    font-size: 44px;
  }

  .ttpv-content .ttpv-heading p {
    font-size: 18px;
  }

  .ttpv-content .ttpv-grid-three,
  .ttpv-content .ttpv-grid-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .ttpv-content .ttpv-card,
  .ttpv-content .ttpv-benefit {
    padding: 32px 28px;
  }

  .ttpv-content .ttpv-card h3,
  .ttpv-content .ttpv-benefit h3,
  .ttpv-content .ttpv-step h3 {
    font-size: 22px;
  }

  .ttpv-content .ttpv-card p,
  .ttpv-content .ttpv-benefit p,
  .ttpv-content .ttpv-step p {
    font-size: 16px;
  }

  .ttpv-content .ttpv-steps {
    gap: 24px;
  }

  .ttpv-content .ttpv-step {
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 34px;
  }

  .ttpv-content .ttpv-step-number {
    width: 68px;
    height: 68px;
    font-size: 21px;
  }
}