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

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

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

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

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

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

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

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

.tcv-content-wrap .tcv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #0b8f8a;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.tcv-content-wrap .tcv-kicker::before,
.tcv-content-wrap .tcv-kicker::after {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #24f0d2, #ff3b7f);
}

.tcv-content-wrap h2,
.tcv-content-wrap h3,
.tcv-content-wrap p {
  margin: 0;
}

.tcv-content-wrap h2 {
  color: #101827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.tcv-content-wrap .tcv-heading p {
  margin-top: 14px;
  color: #5a6475;
  line-height: 1.7;
}

.tcv-content-wrap .tcv-card-grid {
  display: grid;
  align-items: stretch;
}

.tcv-content-wrap .tcv-card,
.tcv-content-wrap .tcv-trust-card,
.tcv-content-wrap .tcv-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(24, 32, 51, .08);
  border-radius: 22px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 48px rgba(20, 30, 50, .08);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.tcv-content-wrap .tcv-card::before,
.tcv-content-wrap .tcv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(36, 240, 210, .12), rgba(255, 59, 127, .10));
  opacity: 0;
  transition: opacity .28s ease;
}

.tcv-content-wrap .tcv-card:hover,
.tcv-content-wrap .tcv-trust-card:hover,
.tcv-content-wrap .tcv-step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(11, 143, 138, .22);
  box-shadow: 0 24px 64px rgba(20, 30, 50, .12);
}

.tcv-content-wrap .tcv-card:hover::before,
.tcv-content-wrap .tcv-trust-card:hover::before {
  opacity: 1;
}

.tcv-content-wrap .tcv-card h3,
.tcv-content-wrap .tcv-trust-card h3,
.tcv-content-wrap .tcv-step-body h3 {
  position: relative;
  color: #121a2a;
  font-weight: 820;
  line-height: 1.28;
  letter-spacing: 0;
}

.tcv-content-wrap .tcv-card p,
.tcv-content-wrap .tcv-trust-card p,
.tcv-content-wrap .tcv-step-body p {
  position: relative;
  margin-top: 10px;
  color: #596577;
  line-height: 1.68;
}

.tcv-content-wrap .tcv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #18dcc5 0%, #ff3b7f 100%);
  box-shadow: 0 14px 28px rgba(255, 59, 127, .18);
}

.tcv-content-wrap .tcv-icon::before,
.tcv-content-wrap .tcv-icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
}

.tcv-content-wrap .tcv-icon-bubble::before {
  width: 22px;
  height: 15px;
  left: 12px;
  top: 13px;
  border-radius: 8px;
}

.tcv-content-wrap .tcv-icon-bubble::after {
  width: 8px;
  height: 8px;
  left: 15px;
  top: 25px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.tcv-content-wrap .tcv-icon-speed::before {
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
}

.tcv-content-wrap .tcv-icon-speed::after {
  width: 14px;
  height: 3px;
  left: 22px;
  top: 23px;
  border-radius: 99px;
  transform: rotate(-35deg);
}

.tcv-content-wrap .tcv-icon-preview::before {
  width: 24px;
  height: 18px;
  left: 11px;
  top: 14px;
  border-radius: 5px;
}

.tcv-content-wrap .tcv-icon-preview::after {
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #ff3b7f;
}

.tcv-content-wrap .tcv-icon-steps::before {
  width: 24px;
  height: 4px;
  left: 11px;
  top: 13px;
  border-radius: 99px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}

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

.tcv-content-wrap .tcv-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 21px;
  top: 29px;
  border-radius: 50%;
  background: #18dcc5;
}

.tcv-content-wrap .tcv-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
}

.tcv-content-wrap .tcv-icon-daily::after {
  width: 10px;
  height: 3px;
  left: 23px;
  top: 22px;
  border-radius: 99px;
  transform-origin: left center;
  transform: rotate(35deg);
}

.tcv-content-wrap .tcv-step-list {
  display: grid;
  grid-template-columns: 1fr;
}

.tcv-content-wrap .tcv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(36, 240, 210, .14), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
}

.tcv-content-wrap .tcv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  flex: 0 0 auto;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 900;
  background: linear-gradient(135deg, #111827 0%, #0b8f8a 52%, #ff3b7f 100%);
  box-shadow: 0 16px 34px rgba(11, 143, 138, .18);
}

.tcv-content-wrap .tcv-mini-dot {
  position: relative;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ff3b7f;
  box-shadow: 0 0 0 8px rgba(255, 59, 127, .10), 22px 0 0 #18dcc5, 22px 0 0 8px rgba(24, 220, 197, .10);
}

.tcv-content-wrap .tcv-badge {
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  border: 1px solid rgba(11, 143, 138, .18);
  border-radius: 999px;
  color: #087d78;
  font-weight: 800;
  background: linear-gradient(135deg, rgba(36, 240, 210, .14), rgba(255, 59, 127, .08));
}

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

.tcv-content-wrap .tcv-reveal.tcv-is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .55s ease, transform .55s ease, box-shadow .28s ease, border-color .28s ease;
}

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

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

  .tcv-content-wrap .tcv-kicker {
    font-size: 11px;
  }

  .tcv-content-wrap h2 {
    font-size: 26px;
  }

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

  .tcv-content-wrap .tcv-card-grid,
  .tcv-content-wrap .tcv-step-list {
    gap: 16px;
    margin-top: 30px;
  }

  .tcv-content-wrap .tcv-grid-six,
  .tcv-content-wrap .tcv-grid-three {
    grid-template-columns: 1fr;
  }

  .tcv-content-wrap .tcv-card,
  .tcv-content-wrap .tcv-trust-card {
    padding: 22px;
    border-radius: 18px;
  }

  .tcv-content-wrap .tcv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }

  .tcv-content-wrap .tcv-step-number {
    width: 58px;
    height: 58px;
    font-size: 17px;
    border-radius: 16px;
  }

  .tcv-content-wrap .tcv-card h3,
  .tcv-content-wrap .tcv-trust-card h3,
  .tcv-content-wrap .tcv-step-body h3 {
    font-size: 18px;
  }

  .tcv-content-wrap .tcv-card p,
  .tcv-content-wrap .tcv-trust-card p,
  .tcv-content-wrap .tcv-step-body p {
    font-size: 14px;
  }

  .tcv-content-wrap .tcv-badge {
    padding: 6px 10px;
    font-size: 12px;
  }
}

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

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

  .tcv-content-wrap .tcv-kicker {
    font-size: 11px;
  }

  .tcv-content-wrap h2 {
    font-size: 29px;
  }

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

  .tcv-content-wrap .tcv-card-grid,
  .tcv-content-wrap .tcv-step-list {
    gap: 18px;
    margin-top: 34px;
  }

  .tcv-content-wrap .tcv-grid-six,
  .tcv-content-wrap .tcv-grid-three {
    grid-template-columns: 1fr;
  }

  .tcv-content-wrap .tcv-card,
  .tcv-content-wrap .tcv-trust-card {
    padding: 24px;
  }

  .tcv-content-wrap .tcv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }

  .tcv-content-wrap .tcv-step-number {
    width: 62px;
    height: 62px;
    font-size: 18px;
  }

  .tcv-content-wrap .tcv-card h3,
  .tcv-content-wrap .tcv-trust-card h3,
  .tcv-content-wrap .tcv-step-body h3 {
    font-size: 19px;
  }

  .tcv-content-wrap .tcv-card p,
  .tcv-content-wrap .tcv-trust-card p,
  .tcv-content-wrap .tcv-step-body p {
    font-size: 14.5px;
  }

  .tcv-content-wrap .tcv-badge {
    padding: 7px 11px;
    font-size: 12px;
  }
}

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

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

  .tcv-content-wrap .tcv-kicker {
    font-size: 12px;
  }

  .tcv-content-wrap h2 {
    font-size: 33px;
  }

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

  .tcv-content-wrap .tcv-card-grid,
  .tcv-content-wrap .tcv-step-list {
    gap: 20px;
    margin-top: 38px;
  }

  .tcv-content-wrap .tcv-grid-six,
  .tcv-content-wrap .tcv-grid-three {
    grid-template-columns: 1fr;
  }

  .tcv-content-wrap .tcv-card,
  .tcv-content-wrap .tcv-trust-card {
    padding: 26px;
  }

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

  .tcv-content-wrap .tcv-step-number {
    width: 66px;
    height: 66px;
    font-size: 19px;
  }

  .tcv-content-wrap .tcv-card h3,
  .tcv-content-wrap .tcv-trust-card h3,
  .tcv-content-wrap .tcv-step-body h3 {
    font-size: 20px;
  }

  .tcv-content-wrap .tcv-card p,
  .tcv-content-wrap .tcv-trust-card p,
  .tcv-content-wrap .tcv-step-body p {
    font-size: 15px;
  }

  .tcv-content-wrap .tcv-badge {
    padding: 7px 12px;
    font-size: 12px;
  }
}

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

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

  .tcv-content-wrap .tcv-kicker {
    font-size: 12px;
  }

  .tcv-content-wrap h2 {
    font-size: 40px;
  }

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

  .tcv-content-wrap .tcv-card-grid,
  .tcv-content-wrap .tcv-step-list {
    gap: 22px;
    margin-top: 46px;
  }

  .tcv-content-wrap .tcv-grid-six,
  .tcv-content-wrap .tcv-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tcv-content-wrap .tcv-card,
  .tcv-content-wrap .tcv-trust-card {
    padding: 28px;
  }

  .tcv-content-wrap .tcv-step-card {
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 30px;
  }

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

  .tcv-content-wrap .tcv-card h3,
  .tcv-content-wrap .tcv-trust-card h3,
  .tcv-content-wrap .tcv-step-body h3 {
    font-size: 21px;
  }

  .tcv-content-wrap .tcv-card p,
  .tcv-content-wrap .tcv-trust-card p,
  .tcv-content-wrap .tcv-step-body p {
    font-size: 15.5px;
  }

  .tcv-content-wrap .tcv-badge {
    padding: 8px 13px;
    font-size: 13px;
  }
}

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

  .tcv-content-wrap .tcv-container {
    padding: 0 34px;
  }

  .tcv-content-wrap .tcv-kicker {
    font-size: 12px;
  }

  .tcv-content-wrap h2 {
    font-size: 46px;
  }

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

  .tcv-content-wrap .tcv-card-grid,
  .tcv-content-wrap .tcv-step-list {
    gap: 24px;
    margin-top: 52px;
  }

  .tcv-content-wrap .tcv-grid-six,
  .tcv-content-wrap .tcv-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tcv-content-wrap .tcv-card,
  .tcv-content-wrap .tcv-trust-card {
    padding: 30px;
  }

  .tcv-content-wrap .tcv-step-card {
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 34px;
  }

  .tcv-content-wrap .tcv-step-number {
    font-size: 21px;
  }

  .tcv-content-wrap .tcv-card h3,
  .tcv-content-wrap .tcv-trust-card h3,
  .tcv-content-wrap .tcv-step-body h3 {
    font-size: 22px;
  }

  .tcv-content-wrap .tcv-card p,
  .tcv-content-wrap .tcv-trust-card p,
  .tcv-content-wrap .tcv-step-body p {
    font-size: 16px;
  }

  .tcv-content-wrap .tcv-badge {
    padding: 8px 14px;
    font-size: 13px;
  }
}