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

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

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

.tcv-editorial-content .tcv-section {
  position: relative;
  isolation: isolate;
}

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

.tcv-editorial-content .tcv-section-soft {
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 0, 102, 0.07), transparent 32%),
    radial-gradient(circle at 88% 24%, rgba(0, 242, 234, 0.09), transparent 30%),
    #f8fafc;
}

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

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

.tcv-editorial-content .tcv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 0, 102, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 102, 0.08), rgba(0, 242, 234, 0.08));
  color: #6d2346;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.tcv-editorial-content .tcv-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff0066, #00d8d2);
  box-shadow: 0 0 0 4px rgba(255, 0, 102, 0.08);
}

.tcv-editorial-content h2 {
  margin: 0;
  color: #101827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.tcv-editorial-content .tcv-section-head p {
  margin: 16px auto 0;
  max-width: 700px;
  color: #5f6b7a;
  line-height: 1.7;
}

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

.tcv-editorial-content .tcv-card,
.tcv-editorial-content .tcv-trust-card,
.tcv-editorial-content .tcv-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(16, 24, 39, 0.08);
  box-shadow: 0 18px 42px rgba(18, 25, 38, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.tcv-editorial-content .tcv-card {
  height: 100%;
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 0, 102, 0.22), rgba(0, 242, 234, 0.2)) border-box;
  overflow: hidden;
}

.tcv-editorial-content .tcv-card::after {
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 92px;
  height: 92px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 0, 102, 0.08), rgba(0, 242, 234, 0.12));
  transform: rotate(14deg);
}

.tcv-editorial-content .tcv-card:hover,
.tcv-editorial-content .tcv-trust-card:hover,
.tcv-editorial-content .tcv-step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 0, 102, 0.22);
  box-shadow: 0 24px 58px rgba(18, 25, 38, 0.13);
}

.tcv-editorial-content .tcv-card h3,
.tcv-editorial-content .tcv-trust-card h3,
.tcv-editorial-content .tcv-step-content h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #152033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tcv-editorial-content .tcv-card p,
.tcv-editorial-content .tcv-trust-card p,
.tcv-editorial-content .tcv-step-content p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #647083;
  line-height: 1.68;
}

.tcv-editorial-content .tcv-icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 0, 102, 0.12), rgba(0, 242, 234, 0.14));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}

.tcv-editorial-content .tcv-icon::before,
.tcv-editorial-content .tcv-icon::after {
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #ff0066, #00c9c5);
}

.tcv-editorial-content .tcv-icon-bubble::before {
  width: 24px;
  height: 17px;
  left: 11px;
  top: 12px;
  border-radius: 10px;
}

.tcv-editorial-content .tcv-icon-bubble::after {
  width: 8px;
  height: 8px;
  left: 27px;
  top: 25px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.tcv-editorial-content .tcv-icon-flash::before {
  width: 15px;
  height: 25px;
  left: 16px;
  top: 10px;
  clip-path: polygon(52% 0, 100% 0, 64% 43%, 100% 43%, 36% 100%, 48% 56%, 0 56%);
}

.tcv-editorial-content .tcv-icon-frame::before {
  width: 24px;
  height: 20px;
  left: 11px;
  top: 13px;
  border-radius: 7px;
  background: transparent;
  border: 3px solid #ff0066;
}

.tcv-editorial-content .tcv-icon-frame::after {
  width: 14px;
  height: 3px;
  left: 16px;
  top: 22px;
  border-radius: 99px;
}

.tcv-editorial-content .tcv-icon-path::before {
  width: 26px;
  height: 4px;
  left: 10px;
  top: 15px;
  border-radius: 99px;
  box-shadow: 0 8px 0 rgba(0, 201, 197, 0.9), 0 16px 0 rgba(255, 0, 102, 0.72);
}

.tcv-editorial-content .tcv-icon-phone::before {
  width: 17px;
  height: 27px;
  left: 14px;
  top: 9px;
  border-radius: 6px;
  background: transparent;
  border: 3px solid #00aaa7;
}

.tcv-editorial-content .tcv-icon-phone::after {
  width: 5px;
  height: 5px;
  left: 21px;
  top: 29px;
  border-radius: 50%;
}

.tcv-editorial-content .tcv-icon-daily::before {
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: conic-gradient(from 40deg, #ff0066, #00c9c5, #ff0066);
}

.tcv-editorial-content .tcv-icon-daily::after {
  width: 12px;
  height: 12px;
  left: 17px;
  top: 17px;
  border-radius: 50%;
  background: #ffffff;
}

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

.tcv-editorial-content .tcv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82)) padding-box,
    linear-gradient(135deg, rgba(255, 0, 102, 0.26), rgba(0, 242, 234, 0.28)) border-box;
  overflow: hidden;
}

.tcv-editorial-content .tcv-step-card::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(255, 0, 102, 0.32), rgba(0, 201, 197, 0.3), transparent);
}

.tcv-editorial-content .tcv-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 22px;
  background: linear-gradient(135deg, #ff0066, #00c9c5);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(255, 0, 102, 0.2);
}

.tcv-editorial-content .tcv-use-card {
  background:
    linear-gradient(145deg, #ffffff, #fbfdff) padding-box,
    linear-gradient(135deg, rgba(0, 242, 234, 0.2), rgba(255, 0, 102, 0.18)) border-box;
}

.tcv-editorial-content .tcv-mini-dot {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin: 0 0 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 24%, transparent 25%),
    linear-gradient(135deg, #ff0066, #00c9c5);
  box-shadow: 0 10px 22px rgba(0, 201, 197, 0.18);
}

.tcv-editorial-content .tcv-trust-card {
  height: 100%;
  border-radius: 24px;
  background: #ffffff;
  overflow: hidden;
}

.tcv-editorial-content .tcv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #ff0066, #00c9c5);
}

.tcv-editorial-content .tcv-trust-mark {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(255, 0, 102, 0.1), rgba(0, 242, 234, 0.14));
  position: relative;
}

.tcv-editorial-content .tcv-trust-mark::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 11px;
  top: 14px;
  border-left: 3px solid #00aaa7;
  border-bottom: 3px solid #00aaa7;
  transform: rotate(-45deg);
}

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

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

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

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

  .tcv-editorial-content h2 {
    font-size: 27px;
  }

  .tcv-editorial-content .tcv-section-head p {
    font-size: 14px;
  }

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

  .tcv-editorial-content .tcv-card,
  .tcv-editorial-content .tcv-trust-card {
    padding: 22px;
  }

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

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

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

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

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

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

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

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

  .tcv-editorial-content h2 {
    font-size: 30px;
  }

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

  .tcv-editorial-content .tcv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

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

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

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

  .tcv-editorial-content .tcv-steps {
    gap: 18px;
    margin-top: 34px;
  }

  .tcv-editorial-content .tcv-step-card {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }

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

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

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

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

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

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

  .tcv-editorial-content .tcv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

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

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

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

  .tcv-editorial-content .tcv-steps {
    gap: 20px;
    margin-top: 38px;
  }

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

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

  .tcv-editorial-content .tcv-step-number {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    font-size: 20px;
  }
}

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

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

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

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

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

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

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

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

  .tcv-editorial-content .tcv-steps {
    gap: 22px;
    margin-top: 44px;
  }

  .tcv-editorial-content .tcv-step-card {
    gap: 24px;
    padding: 30px;
  }

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

@media (min-width: 1024px) {
  .tcv-editorial-content .tcv-section {
    padding: 96px 0;
  }

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

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

  .tcv-editorial-content .tcv-section-head p {
    font-size: 18px;
  }

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

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

  .tcv-editorial-content .tcv-card h3,
  .tcv-editorial-content .tcv-trust-card h3,
  .tcv-editorial-content .tcv-step-content h3 {
    font-size: 22px;
  }

  .tcv-editorial-content .tcv-card p,
  .tcv-editorial-content .tcv-trust-card p,
  .tcv-editorial-content .tcv-step-content p {
    font-size: 16px;
  }

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

  .tcv-editorial-content .tcv-step-card {
    gap: 28px;
    padding: 34px;
  }

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