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

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

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

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

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

.tpav-editorial-wrap .tpav-section-soft {
  background:
    radial-gradient(circle at top left, rgba(0, 242, 234, 0.11), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255, 0, 80, 0.09), transparent 32%),
    #f8fafc;
}

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

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

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

.tpav-editorial-wrap .tpav-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00f2ea, #ff0050);
  box-shadow: 0 0 18px rgba(255, 0, 80, 0.35);
}

.tpav-editorial-wrap h2 {
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}

.tpav-editorial-wrap .tpav-heading p {
  margin: 14px auto 0;
  max-width: 690px;
  color: #5d687a;
  line-height: 1.72;
}

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

.tpav-editorial-wrap .tpav-card {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(0, 242, 234, 0.42), rgba(255, 0, 80, 0.24), rgba(17, 24, 39, 0.08)) border-box;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.tpav-editorial-wrap .tpav-card::after {
  content: "";
  position: absolute;
  inset: auto -34px -44px auto;
  width: 112px;
  height: 112px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.13), rgba(255, 0, 80, 0.1));
  pointer-events: none;
}

.tpav-editorial-wrap .tpav-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 242, 234, 0.38);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.13);
}

.tpav-editorial-wrap h3 {
  margin: 0;
  color: #142033;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}

.tpav-editorial-wrap .tpav-card p,
.tpav-editorial-wrap .tpav-step p {
  margin: 10px 0 0;
  color: #667085;
  line-height: 1.7;
}

.tpav-editorial-wrap .tpav-icon {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00f2ea, #ff0050);
  box-shadow: 0 14px 28px rgba(255, 0, 80, 0.18);
}

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

.tpav-editorial-wrap .tpav-card:hover .tpav-icon::before,
.tpav-editorial-wrap .tpav-card:hover .tpav-icon::after {
  transform: translateY(-1px) scale(1.04);
}

.tpav-editorial-wrap .tpav-icon-view::before {
  left: 11px;
  top: 15px;
  width: 22px;
  height: 14px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}

.tpav-editorial-wrap .tpav-icon-view::after {
  left: 18px;
  top: 19px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ffffff;
}

.tpav-editorial-wrap .tpav-icon-speed::before {
  left: 10px;
  top: 22px;
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: #ffffff;
}

.tpav-editorial-wrap .tpav-icon-speed::after {
  right: 9px;
  top: 14px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
}

.tpav-editorial-wrap .tpav-icon-clean::before {
  left: 12px;
  top: 11px;
  width: 20px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}

.tpav-editorial-wrap .tpav-icon-clean::after {
  left: 16px;
  top: 17px;
  width: 12px;
  height: 2px;
  background: #ffffff;
  box-shadow: 0 6px 0 #ffffff;
}

.tpav-editorial-wrap .tpav-icon-steps::before {
  left: 12px;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 13px 0 #ffffff;
}

.tpav-editorial-wrap .tpav-icon-steps::after {
  right: 10px;
  top: 14px;
  width: 14px;
  height: 2px;
  background: #ffffff;
  box-shadow: 0 13px 0 #ffffff;
}

.tpav-editorial-wrap .tpav-icon-mobile::before {
  left: 14px;
  top: 8px;
  width: 16px;
  height: 28px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.tpav-editorial-wrap .tpav-icon-mobile::after {
  left: 20px;
  bottom: 10px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #ffffff;
}

.tpav-editorial-wrap .tpav-icon-daily::before {
  left: 11px;
  top: 11px;
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}

.tpav-editorial-wrap .tpav-icon-daily::after {
  left: 21px;
  top: 15px;
  width: 2px;
  height: 12px;
  background: #ffffff;
  box-shadow: 5px 7px 0 -1px #ffffff;
  transform-origin: bottom;
}

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

.tpav-editorial-wrap .tpav-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.tpav-editorial-wrap .tpav-step::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(0, 242, 234, 0.38), rgba(255, 0, 80, 0.32), transparent);
}

.tpav-editorial-wrap .tpav-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.12);
}

.tpav-editorial-wrap .tpav-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #263247);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.18);
}

.tpav-editorial-wrap .tpav-step-content {
  min-width: 0;
}

.tpav-editorial-wrap .tpav-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 242, 234, 0.11);
  color: #14515a;
  font-size: 12px;
  font-weight: 800;
}

.tpav-editorial-wrap .tpav-trust-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)) padding-box,
    linear-gradient(135deg, rgba(0, 242, 234, 0.45), rgba(255, 0, 80, 0.28)) border-box;
}

.tpav-editorial-wrap .tpav-dot {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 20%, transparent 22%),
    conic-gradient(from 90deg, #00f2ea, #ff0050, #111827, #00f2ea);
  box-shadow: 0 14px 30px rgba(0, 242, 234, 0.16);
}

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

.tpav-editorial-wrap .tpav-reveal.tpav-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) {
  .tpav-editorial-wrap .tpav-section {
    padding: 52px 0;
  }

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

  .tpav-editorial-wrap h2 {
    font-size: 27px;
  }

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

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

  .tpav-editorial-wrap .tpav-card {
    padding: 22px;
    border-radius: 19px;
  }

  .tpav-editorial-wrap h3 {
    font-size: 18px;
  }

  .tpav-editorial-wrap .tpav-card p,
  .tpav-editorial-wrap .tpav-step p {
    font-size: 14px;
  }

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

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

  .tpav-editorial-wrap .tpav-step::before {
    display: none;
  }
}

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

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

  .tpav-editorial-wrap h2 {
    font-size: 30px;
  }

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

  .tpav-editorial-wrap .tpav-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

  .tpav-editorial-wrap .tpav-card {
    padding: 24px;
    border-radius: 20px;
  }

  .tpav-editorial-wrap h3 {
    font-size: 19px;
  }

  .tpav-editorial-wrap .tpav-card p,
  .tpav-editorial-wrap .tpav-step p {
    font-size: 14.5px;
  }

  .tpav-editorial-wrap .tpav-steps {
    gap: 18px;
    margin-top: 32px;
  }

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

  .tpav-editorial-wrap .tpav-step::before {
    display: none;
  }
}

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

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

  .tpav-editorial-wrap h2 {
    font-size: 34px;
  }

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

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

  .tpav-editorial-wrap .tpav-card {
    padding: 26px;
  }

  .tpav-editorial-wrap h3 {
    font-size: 20px;
  }

  .tpav-editorial-wrap .tpav-card p,
  .tpav-editorial-wrap .tpav-step p {
    font-size: 15px;
  }

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

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

  .tpav-editorial-wrap .tpav-step::before {
    display: none;
  }
}

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

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

  .tpav-editorial-wrap h2 {
    font-size: 40px;
  }

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

  .tpav-editorial-wrap .tpav-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }

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

  .tpav-editorial-wrap .tpav-card {
    padding: 28px;
  }

  .tpav-editorial-wrap h3 {
    font-size: 21px;
  }

  .tpav-editorial-wrap .tpav-card p,
  .tpav-editorial-wrap .tpav-step p {
    font-size: 15.5px;
  }

  .tpav-editorial-wrap .tpav-steps {
    gap: 22px;
    margin-top: 42px;
  }

  .tpav-editorial-wrap .tpav-step {
    gap: 24px;
    padding: 28px;
  }
}

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

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

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

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

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

  .tpav-editorial-wrap .tpav-grid {
    gap: 24px;
    margin-top: 48px;
  }

  .tpav-editorial-wrap .tpav-card {
    padding: 30px;
  }

  .tpav-editorial-wrap h3 {
    font-size: 22px;
  }

  .tpav-editorial-wrap .tpav-card p,
  .tpav-editorial-wrap .tpav-step p {
    font-size: 16px;
  }

  .tpav-editorial-wrap .tpav-steps {
    gap: 24px;
    margin-top: 48px;
  }

  .tpav-editorial-wrap .tpav-step {
    gap: 28px;
    padding: 30px;
  }
}