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

.tcv-editorial {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

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

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

.tcv-editorial .tcv-section-soft {
  background:
    radial-gradient(circle at 18% 12%, rgba(0, 242, 234, 0.1), transparent 32%),
    radial-gradient(circle at 84% 20%, rgba(255, 0, 80, 0.09), transparent 30%),
    #f8fafc;
}

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

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

.tcv-editorial .tcv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 0, 80, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 80, 0.1));
  color: #28324a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.tcv-editorial .tcv-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00c8c8, #ff2d6f);
  box-shadow: 0 0 0 5px rgba(0, 200, 200, 0.12);
}

.tcv-editorial h2,
.tcv-editorial h3,
.tcv-editorial p {
  margin-top: 0;
}

.tcv-editorial h2 {
  margin-bottom: 14px;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.tcv-editorial .tcv-heading p {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: #5b6475;
  line-height: 1.75;
}

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

.tcv-editorial .tcv-card,
.tcv-editorial .tcv-trust-card,
.tcv-editorial .tcv-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 44px rgba(20, 28, 45, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.tcv-editorial .tcv-card::after,
.tcv-editorial .tcv-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.12), transparent 34%, rgba(255, 0, 80, 0.09));
  opacity: 0;
  transition: opacity 220ms ease;
}

.tcv-editorial .tcv-card:hover,
.tcv-editorial .tcv-trust-card:hover,
.tcv-editorial .tcv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 200, 200, 0.26);
  box-shadow: 0 22px 60px rgba(20, 28, 45, 0.12);
}

.tcv-editorial .tcv-card:hover::after,
.tcv-editorial .tcv-trust-card:hover::after {
  opacity: 1;
}

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

.tcv-editorial .tcv-card p,
.tcv-editorial .tcv-trust-card p,
.tcv-editorial .tcv-step-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #5b6475;
}

.tcv-editorial .tcv-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00d7d7, #ff2d6f);
  box-shadow: 0 12px 26px rgba(255, 45, 111, 0.18);
}

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

.tcv-editorial .tcv-icon-chat::before {
  width: 24px;
  height: 17px;
  left: 12px;
  top: 13px;
  border-radius: 8px;
}

.tcv-editorial .tcv-icon-chat::after {
  width: 9px;
  height: 9px;
  left: 17px;
  top: 26px;
  transform: rotate(45deg);
  border-radius: 2px;
}

.tcv-editorial .tcv-icon-speed::before {
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border: 4px solid #ffffff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  background: transparent;
}

.tcv-editorial .tcv-icon-speed::after {
  width: 15px;
  height: 4px;
  left: 22px;
  top: 25px;
  border-radius: 999px;
  transform: rotate(-28deg);
}

.tcv-editorial .tcv-icon-preview::before {
  width: 26px;
  height: 18px;
  left: 11px;
  top: 15px;
  border-radius: 7px;
}

.tcv-editorial .tcv-icon-preview::after {
  width: 7px;
  height: 7px;
  left: 21px;
  top: 20px;
  border-radius: 50%;
  background: #ff2d6f;
}

.tcv-editorial .tcv-icon-steps::before {
  width: 5px;
  height: 24px;
  left: 16px;
  top: 12px;
  border-radius: 999px;
  box-shadow: 11px 0 0 #ffffff, 22px 0 0 #ffffff;
}

.tcv-editorial .tcv-icon-steps::after {
  width: 28px;
  height: 5px;
  left: 10px;
  top: 22px;
  border-radius: 999px;
}

.tcv-editorial .tcv-icon-mobile::before {
  width: 18px;
  height: 28px;
  left: 15px;
  top: 10px;
  border-radius: 7px;
}

.tcv-editorial .tcv-icon-mobile::after {
  width: 6px;
  height: 6px;
  left: 21px;
  top: 29px;
  border-radius: 50%;
  background: #00bfc4;
}

.tcv-editorial .tcv-icon-daily::before {
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}

.tcv-editorial .tcv-icon-daily::after {
  width: 12px;
  height: 5px;
  left: 18px;
  top: 22px;
  border-left: 4px solid #ff2d6f;
  border-bottom: 4px solid #ff2d6f;
  background: transparent;
  transform: rotate(-45deg);
}

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

.tcv-editorial .tcv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9)),
    linear-gradient(135deg, rgba(0, 242, 234, 0.16), rgba(255, 0, 80, 0.12));
}

.tcv-editorial .tcv-step-card::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #00c8c8, #ff2d6f);
}

.tcv-editorial .tcv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: #111827;
  color: #ffffff;
  font-size: 20px;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 16px 32px rgba(17, 24, 39, 0.16);
}

.tcv-editorial .tcv-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 200, 200, 0.1);
  color: #086b70;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.tcv-editorial .tcv-use-card:nth-child(even) .tcv-badge {
  background: rgba(255, 45, 111, 0.1);
  color: #a51343;
}

.tcv-editorial .tcv-trust-card {
  overflow: hidden;
}

.tcv-editorial .tcv-trust-mark {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  border-radius: 50%;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, #00c8c8, #ff2d6f) border-box;
  border: 2px solid transparent;
}

.tcv-editorial .tcv-trust-mark::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 10px;
  left: 13px;
  top: 16px;
  border-left: 4px solid #00a8ae;
  border-bottom: 4px solid #00a8ae;
  transform: rotate(-45deg);
  border-radius: 2px;
}

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

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

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

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

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

  .tcv-editorial .tcv-heading p {
    font-size: 15px;
  }

  .tcv-editorial .tcv-heading {
    margin-bottom: 30px;
  }

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

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

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

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

  .tcv-editorial .tcv-steps {
    gap: 16px;
  }

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

  .tcv-editorial .tcv-step-number {
    width: 62px;
    height: 62px;
    font-size: 18px;
  }
}

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

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

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

  .tcv-editorial .tcv-heading p {
    font-size: 15.5px;
  }

  .tcv-editorial .tcv-heading {
    margin-bottom: 34px;
  }

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

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

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

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

  .tcv-editorial .tcv-steps {
    gap: 18px;
  }

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

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

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

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

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

  .tcv-editorial .tcv-heading p {
    font-size: 16px;
  }

  .tcv-editorial .tcv-heading {
    margin-bottom: 38px;
  }

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

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

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

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

  .tcv-editorial .tcv-steps {
    gap: 20px;
  }

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

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

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

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

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

  .tcv-editorial .tcv-heading p {
    font-size: 17px;
  }

  .tcv-editorial .tcv-heading {
    margin-bottom: 46px;
  }

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

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

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

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

  .tcv-editorial .tcv-steps {
    gap: 22px;
  }

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

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

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

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

  .tcv-editorial .tcv-heading p {
    font-size: 18px;
  }

  .tcv-editorial .tcv-heading {
    margin-bottom: 54px;
  }

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

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

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

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

  .tcv-editorial .tcv-steps {
    gap: 24px;
  }

  .tcv-editorial .tcv-step-card {
    gap: 28px;
    padding: 32px 36px;
  }
}