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

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

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

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

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

.ttiv-editorial-wrap .ttiv-section-soft {
  background:
    radial-gradient(circle at 12% 0%, rgba(37, 244, 238, 0.12), transparent 30%),
    radial-gradient(circle at 88% 10%, rgba(255, 0, 80, 0.1), transparent 28%),
    #f8fafc;
}

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

.ttiv-editorial-wrap .ttiv-section-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.ttiv-editorial-wrap .ttiv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 13px;
  border: 1px solid rgba(255, 0, 80, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(255, 0, 80, 0.1));
  color: #b0003a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.ttiv-editorial-wrap .ttiv-section h2 {
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.ttiv-editorial-wrap .ttiv-section-head p {
  margin: 16px auto 0;
  color: #586475;
  line-height: 1.72;
  letter-spacing: 0;
}

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

.ttiv-editorial-wrap .ttiv-info-card,
.ttiv-editorial-wrap .ttiv-use-card,
.ttiv-editorial-wrap .ttiv-trust-card,
.ttiv-editorial-wrap .ttiv-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttiv-editorial-wrap .ttiv-info-card,
.ttiv-editorial-wrap .ttiv-use-card,
.ttiv-editorial-wrap .ttiv-trust-card {
  height: 100%;
  border-radius: 22px;
}

.ttiv-editorial-wrap .ttiv-info-card::before,
.ttiv-editorial-wrap .ttiv-use-card::before,
.ttiv-editorial-wrap .ttiv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.48), rgba(255, 0, 80, 0.38), transparent 64%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.ttiv-editorial-wrap .ttiv-info-card:hover,
.ttiv-editorial-wrap .ttiv-use-card:hover,
.ttiv-editorial-wrap .ttiv-trust-card:hover,
.ttiv-editorial-wrap .ttiv-step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 0, 80, 0.22);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.13);
}

.ttiv-editorial-wrap .ttiv-info-card:hover::before,
.ttiv-editorial-wrap .ttiv-use-card:hover::before,
.ttiv-editorial-wrap .ttiv-trust-card:hover::before {
  opacity: 1;
}

.ttiv-editorial-wrap .ttiv-info-card h3,
.ttiv-editorial-wrap .ttiv-use-card h3,
.ttiv-editorial-wrap .ttiv-trust-card h3,
.ttiv-editorial-wrap .ttiv-step-card h3 {
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}

.ttiv-editorial-wrap .ttiv-info-card p,
.ttiv-editorial-wrap .ttiv-use-card p,
.ttiv-editorial-wrap .ttiv-trust-card p,
.ttiv-editorial-wrap .ttiv-step-card p {
  margin: 10px 0 0;
  color: #5b6677;
  line-height: 1.68;
  letter-spacing: 0;
}

.ttiv-editorial-wrap .ttiv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #25f4ee, #ff0050);
  box-shadow: 0 12px 28px rgba(255, 0, 80, 0.18);
}

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

.ttiv-editorial-wrap .ttiv-info-card:hover .ttiv-icon::before,
.ttiv-editorial-wrap .ttiv-info-card:hover .ttiv-icon::after {
  transform: translateY(-2px);
}

.ttiv-editorial-wrap .ttiv-icon-frame::before {
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}

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

.ttiv-editorial-wrap .ttiv-icon-bolt::before {
  left: 18px;
  top: 10px;
  width: 11px;
  height: 26px;
  background: #ffffff;
  clip-path: polygon(45% 0, 100% 0, 62% 42%, 100% 42%, 28% 100%, 43% 56%, 0 56%);
}

.ttiv-editorial-wrap .ttiv-icon-preview::before {
  left: 11px;
  top: 15px;
  width: 24px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}

.ttiv-editorial-wrap .ttiv-icon-preview::after {
  left: 19px;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}

.ttiv-editorial-wrap .ttiv-icon-path::before {
  left: 12px;
  top: 21px;
  width: 22px;
  height: 4px;
  border-radius: 99px;
  background: #ffffff;
}

.ttiv-editorial-wrap .ttiv-icon-path::after {
  right: 11px;
  top: 17px;
  width: 11px;
  height: 11px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
}

.ttiv-editorial-wrap .ttiv-icon-mobile::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}

.ttiv-editorial-wrap .ttiv-icon-mobile::after {
  left: 21px;
  bottom: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
}

.ttiv-editorial-wrap .ttiv-icon-daily::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.ttiv-editorial-wrap .ttiv-icon-daily::after {
  left: 22px;
  top: 16px;
  width: 8px;
  height: 11px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.ttiv-editorial-wrap .ttiv-step-list {
  display: grid;
  grid-template-columns: 1fr;
}

.ttiv-editorial-wrap .ttiv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  overflow: hidden;
}

.ttiv-editorial-wrap .ttiv-step-card::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 38px;
  width: 2px;
  background: linear-gradient(180deg, rgba(37, 244, 238, 0), rgba(37, 244, 238, 0.55), rgba(255, 0, 80, 0));
  opacity: 0.55;
}

.ttiv-editorial-wrap .ttiv-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: #101828;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 32px rgba(16, 24, 40, 0.18);
}

.ttiv-editorial-wrap .ttiv-step-content {
  position: relative;
  z-index: 1;
}

.ttiv-editorial-wrap .ttiv-mini-dot {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #ff0050);
  box-shadow: 0 0 0 7px rgba(37, 244, 238, 0.12);
}

.ttiv-editorial-wrap .ttiv-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  min-height: 28px;
  margin: 0 0 18px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(16, 24, 40, 0.06);
  color: #344054;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

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

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

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

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

  .ttiv-editorial-wrap .ttiv-section h2 {
    font-size: 25px;
  }

  .ttiv-editorial-wrap .ttiv-section-head p {
    font-size: 14px;
  }

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

  .ttiv-editorial-wrap .ttiv-grid-six,
  .ttiv-editorial-wrap .ttiv-grid-three {
    grid-template-columns: 1fr;
  }

  .ttiv-editorial-wrap .ttiv-info-card,
  .ttiv-editorial-wrap .ttiv-use-card,
  .ttiv-editorial-wrap .ttiv-trust-card {
    padding: 20px;
  }

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

  .ttiv-editorial-wrap .ttiv-step-card::after {
    display: none;
  }

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

  .ttiv-editorial-wrap .ttiv-info-card h3,
  .ttiv-editorial-wrap .ttiv-use-card h3,
  .ttiv-editorial-wrap .ttiv-trust-card h3,
  .ttiv-editorial-wrap .ttiv-step-card h3 {
    font-size: 18px;
  }

  .ttiv-editorial-wrap .ttiv-info-card p,
  .ttiv-editorial-wrap .ttiv-use-card p,
  .ttiv-editorial-wrap .ttiv-trust-card p,
  .ttiv-editorial-wrap .ttiv-step-card p {
    font-size: 14px;
  }
}

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

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

  .ttiv-editorial-wrap .ttiv-section h2 {
    font-size: 28px;
  }

  .ttiv-editorial-wrap .ttiv-section-head p {
    font-size: 15px;
  }

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

  .ttiv-editorial-wrap .ttiv-grid-six,
  .ttiv-editorial-wrap .ttiv-grid-three {
    grid-template-columns: 1fr;
  }

  .ttiv-editorial-wrap .ttiv-info-card,
  .ttiv-editorial-wrap .ttiv-use-card,
  .ttiv-editorial-wrap .ttiv-trust-card {
    padding: 22px;
  }

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

  .ttiv-editorial-wrap .ttiv-step-card::after {
    display: none;
  }

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

  .ttiv-editorial-wrap .ttiv-info-card h3,
  .ttiv-editorial-wrap .ttiv-use-card h3,
  .ttiv-editorial-wrap .ttiv-trust-card h3,
  .ttiv-editorial-wrap .ttiv-step-card h3 {
    font-size: 19px;
  }

  .ttiv-editorial-wrap .ttiv-info-card p,
  .ttiv-editorial-wrap .ttiv-use-card p,
  .ttiv-editorial-wrap .ttiv-trust-card p,
  .ttiv-editorial-wrap .ttiv-step-card p {
    font-size: 14.5px;
  }
}

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

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

  .ttiv-editorial-wrap .ttiv-section h2 {
    font-size: 31px;
  }

  .ttiv-editorial-wrap .ttiv-section-head p {
    font-size: 15.5px;
  }

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

  .ttiv-editorial-wrap .ttiv-grid-six,
  .ttiv-editorial-wrap .ttiv-grid-three {
    grid-template-columns: 1fr;
  }

  .ttiv-editorial-wrap .ttiv-info-card,
  .ttiv-editorial-wrap .ttiv-use-card,
  .ttiv-editorial-wrap .ttiv-trust-card {
    padding: 24px;
  }

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

  .ttiv-editorial-wrap .ttiv-step-card::after {
    display: none;
  }

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

  .ttiv-editorial-wrap .ttiv-info-card h3,
  .ttiv-editorial-wrap .ttiv-use-card h3,
  .ttiv-editorial-wrap .ttiv-trust-card h3,
  .ttiv-editorial-wrap .ttiv-step-card h3 {
    font-size: 20px;
  }

  .ttiv-editorial-wrap .ttiv-info-card p,
  .ttiv-editorial-wrap .ttiv-use-card p,
  .ttiv-editorial-wrap .ttiv-trust-card p,
  .ttiv-editorial-wrap .ttiv-step-card p {
    font-size: 15px;
  }
}

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

  .ttiv-editorial-wrap .ttiv-container {
    padding: 0 30px;
  }

  .ttiv-editorial-wrap .ttiv-section h2 {
    font-size: 38px;
  }

  .ttiv-editorial-wrap .ttiv-section-head p {
    font-size: 16px;
  }

  .ttiv-editorial-wrap .ttiv-card-grid {
    gap: 22px;
    margin-top: 44px;
  }

  .ttiv-editorial-wrap .ttiv-step-list {
    gap: 22px;
    margin-top: 44px;
  }

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

  .ttiv-editorial-wrap .ttiv-info-card,
  .ttiv-editorial-wrap .ttiv-use-card,
  .ttiv-editorial-wrap .ttiv-trust-card {
    padding: 26px;
  }

  .ttiv-editorial-wrap .ttiv-step-card {
    padding: 26px;
    gap: 22px;
  }

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

  .ttiv-editorial-wrap .ttiv-info-card h3,
  .ttiv-editorial-wrap .ttiv-use-card h3,
  .ttiv-editorial-wrap .ttiv-trust-card h3,
  .ttiv-editorial-wrap .ttiv-step-card h3 {
    font-size: 20px;
  }

  .ttiv-editorial-wrap .ttiv-info-card p,
  .ttiv-editorial-wrap .ttiv-use-card p,
  .ttiv-editorial-wrap .ttiv-trust-card p,
  .ttiv-editorial-wrap .ttiv-step-card p {
    font-size: 15.5px;
  }
}

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

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

  .ttiv-editorial-wrap .ttiv-section h2 {
    font-size: 46px;
  }

  .ttiv-editorial-wrap .ttiv-section-head p {
    font-size: 17px;
  }

  .ttiv-editorial-wrap .ttiv-card-grid {
    gap: 24px;
    margin-top: 50px;
  }

  .ttiv-editorial-wrap .ttiv-step-list {
    gap: 24px;
    margin-top: 50px;
  }

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

  .ttiv-editorial-wrap .ttiv-info-card,
  .ttiv-editorial-wrap .ttiv-use-card,
  .ttiv-editorial-wrap .ttiv-trust-card {
    padding: 30px;
  }

  .ttiv-editorial-wrap .ttiv-step-card {
    padding: 30px 34px;
    gap: 26px;
  }

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

  .ttiv-editorial-wrap .ttiv-info-card h3,
  .ttiv-editorial-wrap .ttiv-use-card h3,
  .ttiv-editorial-wrap .ttiv-trust-card h3,
  .ttiv-editorial-wrap .ttiv-step-card h3 {
    font-size: 21px;
  }

  .ttiv-editorial-wrap .ttiv-info-card p,
  .ttiv-editorial-wrap .ttiv-use-card p,
  .ttiv-editorial-wrap .ttiv-trust-card p,
  .ttiv-editorial-wrap .ttiv-step-card p {
    font-size: 15.8px;
  }
}