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

.tiv-editorial-wrap {
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}

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

.tiv-editorial-wrap .tiv-section {
  position: relative;
}

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

.tiv-editorial-wrap .tiv-section-soft {
  background:
    radial-gradient(circle at 12% 14%, rgba(37, 244, 238, 0.12), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(254, 44, 85, 0.10), transparent 32%),
    #f8fafc;
}

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

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

.tiv-editorial-wrap .tiv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 13px;
  border: 1px solid rgba(37, 244, 238, 0.35);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.14), rgba(254, 44, 85, 0.10));
  color: #0d4f59;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.tiv-editorial-wrap h2 {
  margin: 16px 0 0;
  color: #101827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.tiv-editorial-wrap .tiv-section-head p {
  margin: 16px auto 0;
  max-width: 700px;
  color: #5e6a7d;
  line-height: 1.72;
}

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

.tiv-editorial-wrap .tiv-info-card,
.tiv-editorial-wrap .tiv-use-card,
.tiv-editorial-wrap .tiv-trust-card,
.tiv-editorial-wrap .tiv-step-card {
  position: relative;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tiv-editorial-wrap .tiv-info-card,
.tiv-editorial-wrap .tiv-use-card,
.tiv-editorial-wrap .tiv-trust-card {
  height: 100%;
}

.tiv-editorial-wrap .tiv-info-card:hover,
.tiv-editorial-wrap .tiv-use-card:hover,
.tiv-editorial-wrap .tiv-trust-card:hover,
.tiv-editorial-wrap .tiv-step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 244, 238, 0.42);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.11);
}

.tiv-editorial-wrap .tiv-info-card::before,
.tiv-editorial-wrap .tiv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.38), rgba(254, 44, 85, 0.26), rgba(255, 255, 255, 0));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.55;
}

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

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

.tiv-editorial-wrap .tiv-icon-lens::before {
  width: 17px;
  height: 17px;
  left: 12px;
  top: 11px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}

.tiv-editorial-wrap .tiv-icon-lens::after {
  width: 12px;
  height: 3px;
  right: 11px;
  bottom: 13px;
  border-radius: 4px;
  transform: rotate(45deg);
}

.tiv-editorial-wrap .tiv-icon-bolt::before {
  width: 16px;
  height: 25px;
  left: 16px;
  top: 11px;
  clip-path: polygon(58% 0, 18% 48%, 48% 48%, 34% 100%, 84% 38%, 54% 38%);
}

.tiv-editorial-wrap .tiv-icon-frame::before {
  inset: 12px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}

.tiv-editorial-wrap .tiv-icon-frame::after {
  width: 8px;
  height: 8px;
  right: 14px;
  top: 14px;
  border-radius: 50%;
}

.tiv-editorial-wrap .tiv-icon-route::before {
  width: 24px;
  height: 3px;
  left: 12px;
  top: 23px;
  border-radius: 8px;
}

.tiv-editorial-wrap .tiv-icon-route::after {
  width: 10px;
  height: 10px;
  right: 11px;
  top: 19px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  background: transparent;
  transform: rotate(45deg);
}

.tiv-editorial-wrap .tiv-icon-phone::before {
  width: 19px;
  height: 28px;
  left: 15px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}

.tiv-editorial-wrap .tiv-icon-phone::after {
  width: 6px;
  height: 2px;
  left: 21px;
  bottom: 14px;
  border-radius: 5px;
}

.tiv-editorial-wrap .tiv-icon-daily::before {
  width: 24px;
  height: 18px;
  left: 12px;
  top: 16px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}

.tiv-editorial-wrap .tiv-icon-daily::after {
  width: 16px;
  height: 3px;
  left: 16px;
  top: 22px;
  border-radius: 8px;
}

.tiv-editorial-wrap h3 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}

.tiv-editorial-wrap article p {
  margin: 12px 0 0;
  color: #607086;
  line-height: 1.68;
}

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

.tiv-editorial-wrap .tiv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
}

.tiv-editorial-wrap .tiv-step-card::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -62px;
  top: -72px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.12));
  pointer-events: none;
}

.tiv-editorial-wrap .tiv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #101827;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(16, 24, 39, 0.18);
}

.tiv-editorial-wrap .tiv-step-body {
  position: relative;
  z-index: 1;
}

.tiv-editorial-wrap .tiv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at 100% 0%, rgba(37, 244, 238, 0.18), transparent 38%);
}

.tiv-editorial-wrap .tiv-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 8px rgba(37, 244, 238, 0.12), 0 0 0 15px rgba(254, 44, 85, 0.06);
}

.tiv-editorial-wrap .tiv-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #effafe;
  color: #0d5961;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

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

.tiv-editorial-wrap .tiv-reveal.tiv-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

  .tiv-editorial-wrap h2 {
    font-size: 26px;
  }

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

  .tiv-editorial-wrap .tiv-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

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

  .tiv-editorial-wrap h3 {
    font-size: 18px;
  }

  .tiv-editorial-wrap article p {
    font-size: 14px;
  }

  .tiv-editorial-wrap .tiv-step-list {
    gap: 16px;
    margin-top: 30px;
  }

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

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

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

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

  .tiv-editorial-wrap h2 {
    font-size: 29px;
  }

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

  .tiv-editorial-wrap .tiv-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

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

  .tiv-editorial-wrap h3 {
    font-size: 19px;
  }

  .tiv-editorial-wrap article p {
    font-size: 14.5px;
  }

  .tiv-editorial-wrap .tiv-step-list {
    gap: 18px;
    margin-top: 32px;
  }

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

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

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

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

  .tiv-editorial-wrap h2 {
    font-size: 32px;
  }

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

  .tiv-editorial-wrap .tiv-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }

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

  .tiv-editorial-wrap h3 {
    font-size: 20px;
  }

  .tiv-editorial-wrap article p {
    font-size: 15px;
  }

  .tiv-editorial-wrap .tiv-step-list {
    gap: 20px;
    margin-top: 36px;
  }

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

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

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

  .tiv-editorial-wrap .tiv-container {
    padding: 0 28px;
  }

  .tiv-editorial-wrap h2 {
    font-size: 40px;
  }

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

  .tiv-editorial-wrap .tiv-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }

  .tiv-editorial-wrap .tiv-info-card,
  .tiv-editorial-wrap .tiv-use-card,
  .tiv-editorial-wrap .tiv-trust-card {
    padding: 28px;
  }

  .tiv-editorial-wrap h3 {
    font-size: 21px;
  }

  .tiv-editorial-wrap article p {
    font-size: 15.5px;
  }

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

  .tiv-editorial-wrap .tiv-step-card {
    grid-template-columns: 78px 1fr;
    gap: 24px;
    padding: 30px;
  }

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

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

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

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

  .tiv-editorial-wrap .tiv-section-head p {
    font-size: 17.5px;
  }

  .tiv-editorial-wrap .tiv-card-grid {
    gap: 24px;
    margin-top: 48px;
  }

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

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

  .tiv-editorial-wrap h3 {
    font-size: 22px;
  }

  .tiv-editorial-wrap article p {
    font-size: 16px;
  }

  .tiv-editorial-wrap .tiv-step-list {
    gap: 22px;
    margin-top: 48px;
  }

  .tiv-editorial-wrap .tiv-step-card {
    grid-template-columns: 92px 1fr;
    gap: 28px;
    padding: 34px 38px;
  }

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