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

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

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

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

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

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

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

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

.tpv-editorial-sections .tpv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(16, 185, 129, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 80, 0.09));
  color: #0f766e;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

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

.tpv-editorial-sections .tpv-heading-wrap p {
  margin: 16px auto 0;
  max-width: 700px;
  color: #5b6472;
  font-weight: 450;
}

.tpv-editorial-sections .tpv-card-grid {
  display: grid;
  align-items: stretch;
}

.tpv-editorial-sections .tpv-card,
.tpv-editorial-sections .tpv-trust-card,
.tpv-editorial-sections .tpv-step-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tpv-editorial-sections .tpv-card::before,
.tpv-editorial-sections .tpv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #00f2ea, #7c3aed, #ff0050);
  opacity: 0.88;
}

.tpv-editorial-sections .tpv-card:hover,
.tpv-editorial-sections .tpv-trust-card:hover,
.tpv-editorial-sections .tpv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 242, 234, 0.34);
  box-shadow: 0 24px 54px rgba(17, 24, 39, 0.12);
}

.tpv-editorial-sections h3 {
  margin: 0;
  color: #151c2c;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tpv-editorial-sections .tpv-card p,
.tpv-editorial-sections .tpv-trust-card p,
.tpv-editorial-sections .tpv-step-card p {
  margin: 10px 0 0;
  color: #5e6878;
  font-weight: 430;
}

.tpv-editorial-sections .tpv-icon {
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.18), rgba(255, 0, 80, 0.14));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

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

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

.tpv-editorial-sections .tpv-icon-view::before {
  width: 19px;
  height: 12px;
  left: 11px;
  top: 15px;
  border: 2px solid #0f766e;
  border-radius: 999px;
}

.tpv-editorial-sections .tpv-icon-view::after {
  width: 6px;
  height: 6px;
  left: 18px;
  top: 18px;
  border-radius: 50%;
  background: #ff0050;
}

.tpv-editorial-sections .tpv-icon-speed::before {
  width: 18px;
  height: 18px;
  left: 12px;
  top: 12px;
  border: 2px solid #0f766e;
  border-radius: 50%;
  border-right-color: transparent;
}

.tpv-editorial-sections .tpv-icon-speed::after {
  width: 12px;
  height: 2px;
  left: 20px;
  top: 20px;
  background: #ff0050;
  transform-origin: left center;
  transform: rotate(-30deg);
}

.tpv-editorial-sections .tpv-icon-preview::before {
  width: 18px;
  height: 22px;
  left: 12px;
  top: 10px;
  border: 2px solid #0f766e;
  border-radius: 7px;
}

.tpv-editorial-sections .tpv-icon-preview::after {
  width: 10px;
  height: 2px;
  left: 16px;
  top: 20px;
  background: #ff0050;
  box-shadow: 0 5px 0 rgba(124, 58, 237, 0.75);
}

.tpv-editorial-sections .tpv-icon-steps::before {
  width: 7px;
  height: 7px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: #ff0050;
  box-shadow: 0 10px 0 #0f766e, 0 20px 0 #7c3aed;
}

.tpv-editorial-sections .tpv-icon-steps::after {
  width: 13px;
  height: 2px;
  left: 23px;
  top: 15px;
  background: rgba(20, 32, 51, 0.55);
  box-shadow: 0 10px 0 rgba(20, 32, 51, 0.4), 0 20px 0 rgba(20, 32, 51, 0.3);
}

.tpv-editorial-sections .tpv-icon-mobile::before {
  width: 16px;
  height: 24px;
  left: 13px;
  top: 9px;
  border: 2px solid #0f766e;
  border-radius: 7px;
}

.tpv-editorial-sections .tpv-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 19px;
  top: 27px;
  border-radius: 50%;
  background: #ff0050;
}

.tpv-editorial-sections .tpv-icon-daily::before {
  width: 20px;
  height: 16px;
  left: 11px;
  top: 14px;
  border: 2px solid #0f766e;
  border-radius: 6px;
}

.tpv-editorial-sections .tpv-icon-daily::after {
  width: 10px;
  height: 10px;
  left: 22px;
  top: 9px;
  border-radius: 50%;
  background: #ff0050;
  box-shadow: -12px 9px 0 rgba(0, 242, 234, 0.55);
}

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

.tpv-editorial-sections .tpv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background:
    radial-gradient(circle at top right, rgba(0, 242, 234, 0.11), transparent 34%),
    linear-gradient(135deg, #ffffff, #fbfcff);
}

.tpv-editorial-sections .tpv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #0f766e, #7c3aed 55%, #ff0050);
  box-shadow: 0 14px 28px rgba(124, 58, 237, 0.22);
}

.tpv-editorial-sections .tpv-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00f2ea, #ff0050);
  box-shadow: 0 0 0 8px rgba(0, 242, 234, 0.1);
}

.tpv-editorial-sections .tpv-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.09);
  color: #0f766e;
  font-size: 12px;
  font-weight: 850;
}

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

.tpv-editorial-sections .tpv-reveal.tpv-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) {
  .tpv-editorial-sections .tpv-section {
    padding: 54px 0;
  }

  .tpv-editorial-sections .tpv-container {
    padding: 0 15px;
  }

  .tpv-editorial-sections h2 {
    font-size: 25px;
  }

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

  .tpv-editorial-sections .tpv-card-grid,
  .tpv-editorial-sections .tpv-steps {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }

  .tpv-editorial-sections .tpv-card,
  .tpv-editorial-sections .tpv-trust-card,
  .tpv-editorial-sections .tpv-step-card {
    padding: 22px;
    border-radius: 18px;
  }

  .tpv-editorial-sections .tpv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }

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

  .tpv-editorial-sections h3 {
    font-size: 18px;
  }

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

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

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

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

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

  .tpv-editorial-sections .tpv-card-grid,
  .tpv-editorial-sections .tpv-steps {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

  .tpv-editorial-sections .tpv-card,
  .tpv-editorial-sections .tpv-trust-card,
  .tpv-editorial-sections .tpv-step-card {
    padding: 24px;
    border-radius: 20px;
  }

  .tpv-editorial-sections .tpv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tpv-editorial-sections .tpv-step-number {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }

  .tpv-editorial-sections h3 {
    font-size: 18.5px;
  }

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

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

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

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

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

  .tpv-editorial-sections .tpv-card-grid,
  .tpv-editorial-sections .tpv-steps {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

  .tpv-editorial-sections .tpv-card,
  .tpv-editorial-sections .tpv-trust-card,
  .tpv-editorial-sections .tpv-step-card {
    padding: 26px;
    border-radius: 22px;
  }

  .tpv-editorial-sections .tpv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

  .tpv-editorial-sections h3 {
    font-size: 19px;
  }

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

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

  .tpv-editorial-sections .tpv-container {
    padding: 0 28px;
  }

  .tpv-editorial-sections h2 {
    font-size: 38px;
  }

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

  .tpv-editorial-sections .tpv-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }

  .tpv-editorial-sections .tpv-steps {
    gap: 20px;
    margin-top: 44px;
  }

  .tpv-editorial-sections .tpv-card,
  .tpv-editorial-sections .tpv-trust-card,
  .tpv-editorial-sections .tpv-step-card {
    padding: 28px;
    border-radius: 24px;
  }

  .tpv-editorial-sections .tpv-step-card {
    gap: 22px;
  }

  .tpv-editorial-sections .tpv-step-number {
    width: 64px;
    height: 64px;
    font-size: 19px;
  }

  .tpv-editorial-sections h3 {
    font-size: 20px;
  }

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

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

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

  .tpv-editorial-sections h2 {
    font-size: 44px;
  }

  .tpv-editorial-sections .tpv-heading-wrap p {
    font-size: 17.5px;
  }

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

  .tpv-editorial-sections .tpv-card-grid {
    gap: 24px;
    margin-top: 50px;
  }

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

  .tpv-editorial-sections .tpv-card,
  .tpv-editorial-sections .tpv-trust-card {
    min-height: 238px;
    padding: 30px;
    border-radius: 24px;
  }

  .tpv-editorial-sections .tpv-step-card {
    min-height: 150px;
    padding: 30px;
    gap: 26px;
    border-radius: 24px;
  }

  .tpv-editorial-sections .tpv-step-number {
    width: 70px;
    height: 70px;
    font-size: 20px;
  }

  .tpv-editorial-sections h3 {
    font-size: 20px;
  }

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