@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;
}

.tcv-editorial,
.tcv-editorial section,
.tcv-editorial div,
.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: linear-gradient(180deg, #fbfcff 0%, #f6f8fc 100%);
}

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

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

.tcv-editorial .tcv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 47, 108, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(255, 47, 108, 0.12));
  color: #a30f45;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

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

.tcv-editorial .tcv-section-head p {
  margin: 16px auto 0;
  max-width: 680px;
  color: #5b6475;
  font-weight: 450;
  line-height: 1.7;
}

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

.tcv-editorial .tcv-card,
.tcv-editorial .tcv-trust-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tcv-editorial .tcv-card::before,
.tcv-editorial .tcv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #25f4ee 0%, #7b61ff 48%, #ff2f6c 100%);
  opacity: 0.9;
}

.tcv-editorial .tcv-card:hover,
.tcv-editorial .tcv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 47, 108, 0.24);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.11);
}

.tcv-editorial .tcv-card h3,
.tcv-editorial .tcv-step-card h3,
.tcv-editorial .tcv-trust-card h3 {
  margin: 0;
  color: #151b2c;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.tcv-editorial .tcv-card p,
.tcv-editorial .tcv-step-card p,
.tcv-editorial .tcv-trust-card p {
  margin: 12px 0 0;
  color: #626b7b;
  font-weight: 430;
  line-height: 1.68;
}

.tcv-editorial .tcv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(255, 47, 108, 0.16));
  box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.06);
  transition: transform 260ms ease;
}

.tcv-editorial .tcv-card:hover .tcv-icon {
  transform: translateY(-2px) rotate(-3deg);
}

.tcv-editorial .tcv-icon::before,
.tcv-editorial .tcv-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.tcv-editorial .tcv-icon-bubble::before {
  width: 22px;
  height: 15px;
  left: 12px;
  top: 13px;
  border: 2px solid #ff2f6c;
  border-radius: 9px;
}

.tcv-editorial .tcv-icon-bubble::after {
  width: 7px;
  height: 7px;
  left: 17px;
  top: 26px;
  border-left: 2px solid #ff2f6c;
  border-bottom: 2px solid #ff2f6c;
  transform: skew(-18deg);
}

.tcv-editorial .tcv-icon-flash::before {
  left: 17px;
  top: 9px;
  width: 12px;
  height: 26px;
  background: linear-gradient(180deg, #25f4ee, #7b61ff);
  clip-path: polygon(45% 0, 100% 0, 65% 42%, 100% 42%, 28% 100%, 43% 56%, 0 56%);
}

.tcv-editorial .tcv-icon-frame::before {
  left: 11px;
  top: 12px;
  width: 24px;
  height: 20px;
  border: 2px solid #7b61ff;
  border-radius: 8px;
}

.tcv-editorial .tcv-icon-frame::after {
  left: 17px;
  top: 19px;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: #ff2f6c;
  box-shadow: 0 6px 0 rgba(37, 244, 238, 0.95);
}

.tcv-editorial .tcv-icon-path::before {
  left: 12px;
  top: 13px;
  width: 22px;
  height: 18px;
  border: 2px solid #25bfc0;
  border-top-color: transparent;
  border-radius: 50%;
}

.tcv-editorial .tcv-icon-path::after {
  right: 10px;
  top: 12px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #25bfc0;
  border-right: 2px solid #25bfc0;
  transform: rotate(22deg);
}

.tcv-editorial .tcv-icon-device::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 2px solid #ff2f6c;
  border-radius: 8px;
}

.tcv-editorial .tcv-icon-device::after {
  left: 21px;
  bottom: 12px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #7b61ff;
}

.tcv-editorial .tcv-icon-daily::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: conic-gradient(from 45deg, #25f4ee, #7b61ff, #ff2f6c, #25f4ee);
}

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

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

.tcv-editorial .tcv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(123, 97, 255, 0.15);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(31, 41, 55, 0.07);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tcv-editorial .tcv-step-card::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -48px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37, 244, 238, 0.18), rgba(255, 47, 108, 0));
  pointer-events: none;
}

.tcv-editorial .tcv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 47, 108, 0.22);
  box-shadow: 0 24px 58px rgba(31, 41, 55, 0.1);
}

.tcv-editorial .tcv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #111827, #312e81);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 12px 24px rgba(49, 46, 129, 0.18);
}

.tcv-editorial .tcv-pill {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.12);
  color: #0f7b80;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
}

.tcv-editorial .tcv-trust-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.tcv-editorial .tcv-trust-mark {
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #ff2f6c);
  box-shadow: 0 14px 24px rgba(255, 47, 108, 0.16);
}

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

.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 260ms ease, border-color 260ms ease;
}

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

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

  .tcv-editorial .tcv-section-head h2 {
    font-size: 26px;
  }

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

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

  .tcv-editorial .tcv-card,
  .tcv-editorial .tcv-trust-card {
    padding: 24px 20px;
    border-radius: 18px;
  }

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

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

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

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

  .tcv-editorial .tcv-step-number {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}

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

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

  .tcv-editorial .tcv-section-head h2 {
    font-size: 29px;
  }

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

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

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

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

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

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

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

  .tcv-editorial .tcv-step-number {
    width: 52px;
    height: 52px;
    font-size: 16px;
  }
}

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

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

  .tcv-editorial .tcv-section-head h2 {
    font-size: 32px;
  }

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

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

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

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

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

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

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

  .tcv-editorial .tcv-step-number {
    width: 54px;
    height: 54px;
    font-size: 17px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tcv-editorial .tcv-grid {
    gap: 24px;
    margin-top: 50px;
  }

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

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

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

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

  .tcv-editorial .tcv-step-card {
    gap: 24px;
    padding: 32px 34px;
  }

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