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

.ttiv-content {
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  background: #ffffff;
}

.ttiv-content,
.ttiv-content div,
.ttiv-content section,
.ttiv-content article,
.ttiv-content span,
.ttiv-content h2,
.ttiv-content h3,
.ttiv-content p {
  box-sizing: border-box;
}

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

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

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

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

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

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

.ttiv-content .ttiv-heading h2 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.ttiv-content .ttiv-heading p {
  margin: 14px auto 0;
  max-width: 680px;
  color: #5b6475;
  font-weight: 400;
}

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

.ttiv-content .ttiv-card {
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(20, 31, 54, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ttiv-content .ttiv-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #25f4ee, #fe2c55, #111827);
  opacity: 0.9;
}

.ttiv-content .ttiv-card:hover {
  transform: translateY(-6px);
  border-color: rgba(254, 44, 85, 0.24);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.13);
}

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

.ttiv-content .ttiv-card p,
.ttiv-content .ttiv-step-content p {
  margin: 10px 0 0;
  color: #5f6878;
  line-height: 1.65;
}

.ttiv-content .ttiv-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.16));
  box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.06);
}

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

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

.ttiv-content .ttiv-icon-frame::before {
  width: 22px;
  height: 16px;
  left: 13px;
  top: 15px;
  border: 2px solid #111827;
  border-radius: 5px;
}

.ttiv-content .ttiv-icon-frame::after {
  width: 7px;
  height: 7px;
  right: 13px;
  top: 13px;
  border-radius: 50%;
  background: #fe2c55;
}

.ttiv-content .ttiv-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  border: 2px solid #111827;
  border-left-color: #25f4ee;
}

.ttiv-content .ttiv-icon-speed::after {
  width: 12px;
  height: 2px;
  left: 24px;
  top: 23px;
  background: #fe2c55;
  transform-origin: left center;
  transform: rotate(-28deg);
}

.ttiv-content .ttiv-icon-preview::before {
  width: 24px;
  height: 16px;
  left: 12px;
  top: 16px;
  border-radius: 50%;
  border: 2px solid #111827;
}

.ttiv-content .ttiv-icon-preview::after {
  width: 8px;
  height: 8px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #25f4ee;
}

.ttiv-content .ttiv-icon-steps::before {
  width: 24px;
  height: 3px;
  left: 12px;
  top: 15px;
  background: #111827;
  box-shadow: 0 8px 0 #fe2c55, 0 16px 0 #25f4ee;
  border-radius: 999px;
}

.ttiv-content .ttiv-icon-mobile::before {
  width: 18px;
  height: 28px;
  left: 15px;
  top: 10px;
  border: 2px solid #111827;
  border-radius: 7px;
}

.ttiv-content .ttiv-icon-mobile::after {
  width: 6px;
  height: 2px;
  left: 21px;
  bottom: 13px;
  border-radius: 999px;
  background: #fe2c55;
}

.ttiv-content .ttiv-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border-radius: 7px;
  border: 2px solid #111827;
  background: linear-gradient(135deg, transparent 52%, rgba(37, 244, 238, 0.65) 52%);
}

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

.ttiv-content .ttiv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 31, 54, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ttiv-content .ttiv-step-card::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -82px;
  top: -82px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(254, 44, 85, 0.13));
}

.ttiv-content .ttiv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 244, 238, 0.35);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.12);
}

.ttiv-content .ttiv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, #111827, #fe2c55 58%, #25f4ee);
  box-shadow: 0 14px 30px rgba(254, 44, 85, 0.22);
}

.ttiv-content .ttiv-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #0f766e;
  background: rgba(37, 244, 238, 0.14);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.ttiv-content .ttiv-use-card:nth-child(even) .ttiv-badge {
  color: #be123c;
  background: rgba(254, 44, 85, 0.11);
}

.ttiv-content .ttiv-trust-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.90)),
    radial-gradient(circle at top right, rgba(37, 244, 238, 0.16), transparent 36%);
}

.ttiv-content .ttiv-trust-mark {
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
}

.ttiv-content .ttiv-trust-mark::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  left: 13px;
  top: 15px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}

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

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

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

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

  .ttiv-content .ttiv-heading {
    margin-bottom: 28px;
  }

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

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

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

  .ttiv-content .ttiv-card {
    padding: 22px;
    border-radius: 18px;
  }

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

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

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

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

  .ttiv-content .ttiv-step-number {
    width: 50px;
    height: 50px;
    font-size: 15px;
  }
}

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

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

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

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

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

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

  .ttiv-content .ttiv-card {
    padding: 24px;
    border-radius: 20px;
  }

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

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

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

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

  .ttiv-content .ttiv-step-number {
    width: 52px;
    height: 52px;
    font-size: 15px;
  }
}

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

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

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

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

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

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

  .ttiv-content .ttiv-card {
    padding: 26px;
    border-radius: 22px;
  }

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

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

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

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

  .ttiv-content .ttiv-step-number {
    width: 54px;
    height: 54px;
    font-size: 16px;
  }
}

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

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

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

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

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

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

  .ttiv-content .ttiv-card {
    padding: 28px;
  }

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

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

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

  .ttiv-content .ttiv-step-card {
    grid-template-columns: 76px 1fr;
    gap: 22px;
    padding: 30px;
  }

  .ttiv-content .ttiv-step-number {
    width: 62px;
    height: 62px;
    font-size: 17px;
  }
}

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

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

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

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

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

  .ttiv-content .ttiv-card-grid {
    gap: 24px;
  }

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

  .ttiv-content .ttiv-card {
    padding: 30px;
  }

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

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

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

  .ttiv-content .ttiv-step-card {
    grid-template-columns: 86px 1fr;
    gap: 24px;
    padding: 34px;
  }

  .ttiv-content .ttiv-step-number {
    width: 68px;
    height: 68px;
    font-size: 18px;
  }
}