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

.tcv-editorial-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #17202a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}

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

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

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

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

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

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

.tcv-editorial-wrap .tcv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(254, 44, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.14), rgba(254, 44, 85, 0.12));
  color: #9f1239;
  font-weight: 700;
  line-height: 1.2;
}

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

.tcv-editorial-wrap .tcv-section-head p {
  margin: 16px auto 0;
  color: #5b6573;
  line-height: 1.72;
}

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

.tcv-editorial-wrap .tcv-info-card,
.tcv-editorial-wrap .tcv-use-card,
.tcv-editorial-wrap .tcv-trust-card,
.tcv-editorial-wrap .tcv-step-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tcv-editorial-wrap .tcv-info-card,
.tcv-editorial-wrap .tcv-use-card,
.tcv-editorial-wrap .tcv-trust-card {
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
}

.tcv-editorial-wrap .tcv-info-card::before,
.tcv-editorial-wrap .tcv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #25f4ee, #fe2c55, #7c3aed);
  opacity: 0.9;
}

.tcv-editorial-wrap .tcv-info-card:hover,
.tcv-editorial-wrap .tcv-use-card:hover,
.tcv-editorial-wrap .tcv-trust-card:hover,
.tcv-editorial-wrap .tcv-step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(254, 44, 85, 0.24);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}

.tcv-editorial-wrap .tcv-info-card h3,
.tcv-editorial-wrap .tcv-use-card h3,
.tcv-editorial-wrap .tcv-trust-card h3,
.tcv-editorial-wrap .tcv-step-content h3 {
  margin: 0;
  color: #121826;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tcv-editorial-wrap .tcv-info-card p,
.tcv-editorial-wrap .tcv-use-card p,
.tcv-editorial-wrap .tcv-trust-card p,
.tcv-editorial-wrap .tcv-step-content p {
  margin: 10px 0 0;
  color: #5d6675;
  line-height: 1.68;
}

.tcv-editorial-wrap .tcv-icon {
  display: inline-flex;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.22), rgba(254, 44, 85, 0.18));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.85);
}

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

.tcv-editorial-wrap .tcv-info-card:hover .tcv-icon::before,
.tcv-editorial-wrap .tcv-info-card:hover .tcv-icon::after {
  transform: translateY(-2px);
}

.tcv-editorial-wrap .tcv-icon-bubble::before {
  width: 22px;
  height: 15px;
  left: 12px;
  top: 13px;
  border-radius: 8px;
  background: #fe2c55;
}

.tcv-editorial-wrap .tcv-icon-bubble::after {
  width: 8px;
  height: 8px;
  left: 18px;
  top: 25px;
  background: #fe2c55;
  transform: rotate(45deg);
}

.tcv-editorial-wrap .tcv-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #25b8b3;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.tcv-editorial-wrap .tcv-icon-speed::after {
  width: 14px;
  height: 3px;
  left: 22px;
  top: 23px;
  border-radius: 99px;
  background: #fe2c55;
  transform: rotate(-35deg);
}

.tcv-editorial-wrap .tcv-icon-preview::before {
  width: 24px;
  height: 18px;
  left: 11px;
  top: 14px;
  border: 3px solid #7c3aed;
  border-radius: 8px;
}

.tcv-editorial-wrap .tcv-icon-preview::after {
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #25b8b3;
}

.tcv-editorial-wrap .tcv-icon-steps::before {
  width: 23px;
  height: 3px;
  left: 12px;
  top: 14px;
  border-radius: 99px;
  background: #fe2c55;
  box-shadow: 0 8px 0 #25b8b3, 0 16px 0 #7c3aed;
}

.tcv-editorial-wrap .tcv-icon-steps::after {
  width: 5px;
  height: 5px;
  left: 8px;
  top: 13px;
  border-radius: 50%;
  background: #111827;
  box-shadow: 0 8px 0 #111827, 0 16px 0 #111827;
}

.tcv-editorial-wrap .tcv-icon-mobile::before {
  width: 18px;
  height: 26px;
  left: 14px;
  top: 9px;
  border: 3px solid #fe2c55;
  border-radius: 7px;
}

.tcv-editorial-wrap .tcv-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 21px;
  top: 28px;
  border-radius: 50%;
  background: #25b8b3;
}

.tcv-editorial-wrap .tcv-icon-daily::before {
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: conic-gradient(from 160deg, #25f4ee, #fe2c55, #7c3aed, #25f4ee);
}

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

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

.tcv-editorial-wrap .tcv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.14));
}

.tcv-editorial-wrap .tcv-step-card::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -44px;
  top: -44px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.20), rgba(254, 44, 85, 0.18));
}

.tcv-editorial-wrap .tcv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #293142);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.18);
}

.tcv-editorial-wrap .tcv-use-card {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.48), rgba(254, 44, 85, 0.34)) border-box;
  border: 1px solid transparent;
}

.tcv-editorial-wrap .tcv-dot {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #fe2c55;
  box-shadow: 18px 0 0 #25b8b3, 36px 0 0 #7c3aed;
}

.tcv-editorial-wrap .tcv-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.13);
  color: #0f766e;
  font-weight: 800;
  line-height: 1;
}

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

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

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

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

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

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

  .tcv-editorial-wrap .tcv-kicker {
    font-size: 12px;
  }

  .tcv-editorial-wrap .tcv-card-grid,
  .tcv-editorial-wrap .tcv-step-list {
    gap: 16px;
    margin-top: 30px;
  }

  .tcv-editorial-wrap .tcv-grid-six,
  .tcv-editorial-wrap .tcv-grid-three {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

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

  .tcv-editorial-wrap .tcv-kicker {
    font-size: 12px;
  }

  .tcv-editorial-wrap .tcv-card-grid,
  .tcv-editorial-wrap .tcv-step-list {
    gap: 18px;
    margin-top: 34px;
  }

  .tcv-editorial-wrap .tcv-grid-six,
  .tcv-editorial-wrap .tcv-grid-three {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

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

  .tcv-editorial-wrap .tcv-kicker {
    font-size: 13px;
  }

  .tcv-editorial-wrap .tcv-card-grid,
  .tcv-editorial-wrap .tcv-step-list {
    gap: 20px;
    margin-top: 38px;
  }

  .tcv-editorial-wrap .tcv-grid-six,
  .tcv-editorial-wrap .tcv-grid-three {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

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

  .tcv-editorial-wrap .tcv-kicker {
    font-size: 13px;
  }

  .tcv-editorial-wrap .tcv-card-grid,
  .tcv-editorial-wrap .tcv-step-list {
    gap: 22px;
    margin-top: 44px;
  }

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

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

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

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

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

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

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

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

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

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

  .tcv-editorial-wrap .tcv-kicker {
    font-size: 13px;
  }

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

  .tcv-editorial-wrap .tcv-step-list {
    gap: 22px;
    margin-top: 50px;
  }

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

  .tcv-editorial-wrap .tcv-info-card,
  .tcv-editorial-wrap .tcv-use-card,
  .tcv-editorial-wrap .tcv-trust-card {
    padding: 32px;
  }

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

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

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

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