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

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

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

.ttcv-content .ttcv-section {
  position: relative;
  width: 100%;
  isolation: isolate;
}

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

.ttcv-content .ttcv-section-soft {
  background:
    radial-gradient(circle at 15% 20%, rgba(37, 244, 238, 0.1), transparent 28%),
    radial-gradient(circle at 85% 30%, rgba(254, 44, 85, 0.08), transparent 30%),
    #f8fafc;
}

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

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

.ttcv-content .ttcv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 14px;
  border: 1px solid rgba(37, 244, 238, 0.34);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
  color: #0f5d67;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

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

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

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

.ttcv-content .ttcv-card,
.ttcv-content .ttcv-trust-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(20, 32, 54, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.34), rgba(254, 44, 85, 0.26), rgba(124, 58, 237, 0.16)) border-box;
  box-shadow: 0 16px 42px rgba(16, 24, 40, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ttcv-content .ttcv-card::after,
.ttcv-content .ttcv-trust-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px auto;
  width: 46px;
  height: 46px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
  opacity: 0.8;
  pointer-events: none;
}

.ttcv-content .ttcv-card:hover,
.ttcv-content .ttcv-trust-card:hover,
.ttcv-content .ttcv-step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 58px rgba(16, 24, 40, 0.13);
  border-color: rgba(37, 244, 238, 0.36);
}

.ttcv-content .ttcv-card h3,
.ttcv-content .ttcv-trust-card h3,
.ttcv-content .ttcv-step-content h3 {
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttcv-content .ttcv-card p,
.ttcv-content .ttcv-trust-card p,
.ttcv-content .ttcv-step-content p {
  margin: 10px 0 0;
  color: #5d6678;
  line-height: 1.72;
}

.ttcv-content .ttcv-icon {
  display: inline-block;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 28px rgba(254, 44, 85, 0.2);
  transition: transform 240ms ease;
}

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

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

.ttcv-content .ttcv-icon-chat::before {
  inset: 13px 11px 16px;
  border-radius: 7px;
}

.ttcv-content .ttcv-icon-chat::after {
  width: 9px;
  height: 9px;
  left: 16px;
  bottom: 12px;
  transform: rotate(45deg);
}

.ttcv-content .ttcv-icon-bolt::before {
  width: 13px;
  height: 24px;
  left: 17px;
  top: 11px;
  clip-path: polygon(56% 0, 100% 0, 66% 42%, 100% 42%, 36% 100%, 48% 55%, 0 55%);
}

.ttcv-content .ttcv-icon-eye::before {
  width: 27px;
  height: 17px;
  left: 10px;
  top: 15px;
  border-radius: 50%;
}

.ttcv-content .ttcv-icon-eye::after {
  width: 9px;
  height: 9px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #fe2c55;
}

.ttcv-content .ttcv-icon-path::before {
  width: 25px;
  height: 3px;
  left: 11px;
  top: 22px;
  border-radius: 99px;
}

.ttcv-content .ttcv-icon-path::after {
  width: 10px;
  height: 10px;
  right: 11px;
  top: 18px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  background: transparent;
  transform: rotate(45deg);
}

.ttcv-content .ttcv-icon-phone::before {
  width: 18px;
  height: 28px;
  left: 14px;
  top: 9px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}

.ttcv-content .ttcv-icon-phone::after {
  width: 5px;
  height: 5px;
  left: 21px;
  bottom: 12px;
  border-radius: 50%;
}

.ttcv-content .ttcv-icon-daily::before {
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
}

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

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

.ttcv-content .ttcv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(20, 32, 54, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(16, 24, 40, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ttcv-content .ttcv-step-card::before {
  content: "";
  position: absolute;
  left: 38px;
  top: -18px;
  bottom: -18px;
  width: 2px;
  background: linear-gradient(180deg, rgba(37, 244, 238, 0), rgba(37, 244, 238, 0.45), rgba(254, 44, 85, 0.35), rgba(254, 44, 85, 0));
  z-index: -1;
}

.ttcv-content .ttcv-step-card:first-child::before {
  top: 50%;
}

.ttcv-content .ttcv-step-card:last-child::before {
  bottom: 50%;
}

.ttcv-content .ttcv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 24px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 18px 34px rgba(254, 44, 85, 0.2);
}

.ttcv-content .ttcv-badge-dot {
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 5px, transparent 6px),
    linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 28px rgba(37, 244, 238, 0.18);
}

.ttcv-content .ttcv-trust-card {
  text-align: center;
}

.ttcv-content .ttcv-trust-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.14));
  color: #d91d49;
  font-weight: 900;
}

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

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

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

  .ttcv-content .ttcv-container {
    padding: 0 15px;
  }

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

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

  .ttcv-content .ttcv-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

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

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

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

  .ttcv-content .ttcv-steps {
    gap: 16px;
    margin-top: 30px;
  }

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

  .ttcv-content .ttcv-step-card::before {
    display: none;
  }

  .ttcv-content .ttcv-step-number {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 17px;
  }
}

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

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

  .ttcv-content h2 {
    font-size: 31px;
  }

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

  .ttcv-content .ttcv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

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

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

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

  .ttcv-content .ttcv-steps {
    gap: 18px;
    margin-top: 32px;
  }

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

  .ttcv-content .ttcv-step-card::before {
    display: none;
  }

  .ttcv-content .ttcv-step-number {
    width: 62px;
    height: 62px;
    border-radius: 19px;
    font-size: 18px;
  }
}

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

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

  .ttcv-content h2 {
    font-size: 34px;
  }

  .ttcv-content .ttcv-section-head p {
    font-size: 16px;
  }

  .ttcv-content .ttcv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }

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

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

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

  .ttcv-content .ttcv-steps {
    gap: 20px;
    margin-top: 36px;
  }

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

  .ttcv-content .ttcv-step-card::before {
    display: none;
  }

  .ttcv-content .ttcv-step-number {
    width: 66px;
    height: 66px;
    border-radius: 20px;
    font-size: 19px;
  }
}

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

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

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

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

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

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

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

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

  .ttcv-content .ttcv-steps {
    gap: 22px;
    margin-top: 42px;
  }

  .ttcv-content .ttcv-step-card {
    gap: 24px;
    padding: 28px;
  }

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

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

  .ttcv-content .ttcv-container {
    padding: 0 36px;
  }

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

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

  .ttcv-content .ttcv-grid-six,
  .ttcv-content .ttcv-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }

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

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

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

  .ttcv-content .ttcv-steps {
    gap: 24px;
    margin-top: 48px;
  }

  .ttcv-content .ttcv-step-card {
    gap: 28px;
    padding: 30px 34px;
  }

  .ttcv-content .ttcv-step-number {
    font-size: 22px;
  }
}