@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: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #17202c;
  background: #ffffff;
}

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

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

.tcv-editorial-wrap .tcv-section-soft {
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fb 100%);
}

.tcv-editorial-wrap .tcv-container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

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

.tcv-editorial-wrap .tcv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #0f7c86;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.tcv-editorial-wrap .tcv-kicker::before,
.tcv-editorial-wrap .tcv-kicker::after {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #00d4c8, #ff4f8b);
}

.tcv-editorial-wrap h2 {
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.tcv-editorial-wrap .tcv-heading-block p {
  margin: 14px auto 0;
  color: #5b6677;
  line-height: 1.7;
}

.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;
  box-sizing: border-box;
  border: 1px solid rgba(15, 124, 134, 0.13);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 42px rgba(16, 24, 40, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.tcv-editorial-wrap .tcv-info-card,
.tcv-editorial-wrap .tcv-use-card,
.tcv-editorial-wrap .tcv-trust-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border-radius: 22px;
}

.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(-5px);
  border-color: rgba(255, 79, 139, 0.28);
  box-shadow: 0 22px 54px rgba(16, 24, 40, 0.11);
}

.tcv-editorial-wrap .tcv-card-icon,
.tcv-editorial-wrap .tcv-trust-mark {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 15px;
  background: linear-gradient(135deg, #00d4c8 0%, #2f7df6 52%, #ff4f8b 100%);
  box-shadow: 0 12px 26px rgba(47, 125, 246, 0.22);
}

.tcv-editorial-wrap .tcv-card-icon::after,
.tcv-editorial-wrap .tcv-trust-mark::after {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  margin: 15px auto 0;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}

.tcv-editorial-wrap .tcv-pill-dot {
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 28%, transparent 30%),
    linear-gradient(135deg, #00d4c8, #ff4f8b);
  box-shadow: 0 10px 22px rgba(0, 212, 200, 0.2);
}

.tcv-editorial-wrap h3 {
  margin: 0;
  color: #111827;
  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-copy p,
.tcv-editorial-wrap .tcv-responsible-note p {
  margin: 10px 0 0;
  color: #5b6677;
  line-height: 1.65;
}

.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;
  border-radius: 24px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(0, 212, 200, 0.35), rgba(255, 79, 139, 0.26)) border-box;
}

.tcv-editorial-wrap .tcv-step-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #0f7c86 0%, #2f7df6 55%, #ff4f8b 100%);
  box-shadow: 0 16px 32px rgba(47, 125, 246, 0.2);
}

.tcv-editorial-wrap .tcv-responsible-note {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(15, 124, 134, 0.16);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.06);
  text-align: center;
}

.tcv-editorial-wrap .tcv-responsible-note p {
  margin: 0;
  color: #425166;
}

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

.tcv-editorial-wrap .tcv-reveal.tcv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

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

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

  .tcv-editorial-wrap .tcv-heading-block 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: 28px;
  }

  .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: 16px;
  }

  .tcv-editorial-wrap h3 {
    font-size: 17px;
  }

  .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-copy p,
  .tcv-editorial-wrap .tcv-responsible-note p {
    font-size: 14px;
  }

  .tcv-editorial-wrap .tcv-responsible-note {
    margin-top: 22px;
    padding: 18px;
  }
}

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

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

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

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

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

  .tcv-editorial-wrap .tcv-card-grid,
  .tcv-editorial-wrap .tcv-step-list {
    gap: 18px;
    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: 24px;
  }

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

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

  .tcv-editorial-wrap 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-copy p,
  .tcv-editorial-wrap .tcv-responsible-note p {
    font-size: 14.5px;
  }

  .tcv-editorial-wrap .tcv-responsible-note {
    margin-top: 24px;
    padding: 20px;
  }
}

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

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

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

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

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

  .tcv-editorial-wrap .tcv-card-grid,
  .tcv-editorial-wrap .tcv-step-list {
    gap: 20px;
    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: 26px;
  }

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

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

  .tcv-editorial-wrap 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-copy p,
  .tcv-editorial-wrap .tcv-responsible-note p {
    font-size: 15px;
  }

  .tcv-editorial-wrap .tcv-responsible-note {
    margin-top: 26px;
    padding: 22px;
  }
}

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

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

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

  .tcv-editorial-wrap .tcv-heading-block 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: 22px;
    margin-top: 42px;
  }

  .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: 28px;
  }

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

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

  .tcv-editorial-wrap 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-copy p,
  .tcv-editorial-wrap .tcv-responsible-note p {
    font-size: 15.5px;
  }

  .tcv-editorial-wrap .tcv-responsible-note {
    margin-top: 30px;
    padding: 24px 28px;
  }
}

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

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

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

  .tcv-editorial-wrap .tcv-heading-block 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: 24px;
    margin-top: 46px;
  }

  .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: 30px;
  }

  .tcv-editorial-wrap .tcv-step-card {
    gap: 26px;
    padding: 30px 34px;
  }

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

  .tcv-editorial-wrap 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-copy p,
  .tcv-editorial-wrap .tcv-responsible-note p {
    font-size: 16px;
  }

  .tcv-editorial-wrap .tcv-responsible-note {
    margin-top: 34px;
    padding: 26px 34px;
  }
}