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

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

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

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

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

.tiv-content .tiv-section-soft {
  background:
    radial-gradient(circle at 12% 18%, rgba(37, 244, 238, 0.11), transparent 28%),
    radial-gradient(circle at 88% 24%, rgba(254, 44, 85, 0.10), transparent 26%),
    #f8fafc;
}

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

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

.tiv-content .tiv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(37, 244, 238, 0.35);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.10));
  color: #0f6470;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

.tiv-content .tiv-heading h2 {
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.tiv-content .tiv-heading p {
  margin: 16px auto 0;
  color: #5b677a;
  font-weight: 450;
  line-height: 1.7;
}

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

.tiv-content .tiv-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(20, 32, 51, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.90)),
    #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tiv-content .tiv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.45), rgba(254, 44, 85, 0.36), rgba(124, 58, 237, 0.16));
  opacity: 0;
  transition: opacity 260ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.tiv-content .tiv-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 244, 238, 0.26);
  box-shadow: 0 26px 65px rgba(15, 23, 42, 0.11);
}

.tiv-content .tiv-card:hover::before {
  opacity: 1;
}

.tiv-content .tiv-card h3 {
  margin: 0;
  color: #152238;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tiv-content .tiv-card p {
  margin: 10px 0 0;
  color: #637083;
  font-weight: 430;
  line-height: 1.68;
}

.tiv-content .tiv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 30px rgba(254, 44, 85, 0.18);
}

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

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

.tiv-content .tiv-icon-frame::before {
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}

.tiv-content .tiv-icon-speed::before {
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  border: 2px solid #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
}

.tiv-content .tiv-icon-preview::before {
  width: 24px;
  height: 16px;
  left: 11px;
  top: 15px;
  border: 2px solid #ffffff;
  border-radius: 12px;
}

.tiv-content .tiv-icon-preview::after {
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ffffff;
}

.tiv-content .tiv-icon-steps::before {
  width: 22px;
  height: 3px;
  left: 12px;
  top: 15px;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
}

.tiv-content .tiv-icon-mobile::before {
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}

.tiv-content .tiv-icon-daily::before {
  width: 23px;
  height: 23px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}

.tiv-content .tiv-icon-daily::after {
  width: 8px;
  height: 8px;
  right: 11px;
  top: 11px;
  border-radius: 50%;
  background: #ffffff;
}

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

.tiv-content .tiv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(20, 32, 51, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82)),
    #ffffff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tiv-content .tiv-step-card::after {
  content: "";
  position: absolute;
  left: 34px;
  top: -18px;
  width: 2px;
  height: 18px;
  background: linear-gradient(180deg, transparent, rgba(37, 244, 238, 0.55));
}

.tiv-content .tiv-step-card:first-child::after {
  display: none;
}

.tiv-content .tiv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(254, 44, 85, 0.22);
  box-shadow: 0 26px 62px rgba(15, 23, 42, 0.10);
}

.tiv-content .tiv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #1d4f62 48%, #fe2c55);
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.18);
}

.tiv-content .tiv-step-content h3 {
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}

.tiv-content .tiv-step-content p {
  margin: 8px 0 0;
  color: #617083;
  line-height: 1.68;
}

.tiv-content .tiv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 252, 255, 0.96)),
    #ffffff;
}

.tiv-content .tiv-badge-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: #25f4ee;
  box-shadow: 14px 0 0 #fe2c55, 28px 0 0 rgba(17, 24, 39, 0.88);
}

.tiv-content .tiv-trust-card {
  overflow: hidden;
}

.tiv-content .tiv-trust-card::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.17), rgba(254, 44, 85, 0.13));
  pointer-events: none;
}

.tiv-content .tiv-trust-mark {
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.22), rgba(254, 44, 85, 0.18));
}

.tiv-content .tiv-trust-mark::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 10px;
  width: 11px;
  height: 18px;
  border-right: 3px solid #0f8f93;
  border-bottom: 3px solid #0f8f93;
  transform: rotate(42deg);
}

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

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

@media (prefers-reduced-motion: reduce) {
  .tiv-content .tiv-card,
  .tiv-content .tiv-step-card,
  .tiv-content .tiv-reveal,
  .tiv-content .tiv-reveal.tiv-visible {
    transition: none;
    transform: none;
    opacity: 1;
  }
}

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

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

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

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

  .tiv-content .tiv-grid,
  .tiv-content .tiv-steps {
    gap: 14px;
    margin-top: 28px;
  }

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

  .tiv-content .tiv-card {
    padding: 22px;
  }

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

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

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

  .tiv-content .tiv-step-number {
    width: 56px;
    height: 56px;
    font-size: 16px;
  }

  .tiv-content .tiv-step-card::after {
    display: none;
  }
}

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

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

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

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

  .tiv-content .tiv-grid,
  .tiv-content .tiv-steps {
    gap: 16px;
    margin-top: 32px;
  }

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

  .tiv-content .tiv-card {
    padding: 24px;
  }

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

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

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

  .tiv-content .tiv-step-number {
    width: 58px;
    height: 58px;
    font-size: 17px;
  }

  .tiv-content .tiv-step-card::after {
    display: none;
  }
}

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

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

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

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

  .tiv-content .tiv-grid,
  .tiv-content .tiv-steps {
    gap: 18px;
    margin-top: 34px;
  }

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

  .tiv-content .tiv-card {
    padding: 26px;
  }

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

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

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

  .tiv-content .tiv-step-number {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }

  .tiv-content .tiv-step-card::after {
    display: none;
  }
}

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

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

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

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

  .tiv-content .tiv-grid,
  .tiv-content .tiv-steps {
    gap: 22px;
    margin-top: 44px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .tiv-content .tiv-grid,
  .tiv-content .tiv-steps {
    gap: 24px;
    margin-top: 52px;
  }

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

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

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

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

  .tiv-content .tiv-step-card {
    gap: 26px;
    padding: 30px 34px;
  }

  .tiv-content .tiv-step-number {
    width: 72px;
    height: 72px;
    font-size: 20px;
  }
}