@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: #18202f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

.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:
    radial-gradient(circle at 12% 10%, rgba(37, 244, 238, 0.13), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(254, 44, 85, 0.11), transparent 30%),
    #f7f9fc;
}

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

.tpv-editorial-sections .tpv-section-head {
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}

.tpv-editorial-sections .tpv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(37, 244, 238, 0.32);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.10));
  color: #0f5f65;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0;
}

.tpv-editorial-sections .tpv-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 5px rgba(37, 244, 238, 0.12);
}

.tpv-editorial-sections h2,
.tpv-editorial-sections h3,
.tpv-editorial-sections p {
  margin-top: 0;
}

.tpv-editorial-sections h2 {
  margin-bottom: 14px;
  color: #111827;
  font-weight: 820;
  line-height: 1.15;
  letter-spacing: 0;
}

.tpv-editorial-sections .tpv-section-head p {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 720px;
  color: #5a6475;
  line-height: 1.72;
}

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

.tpv-editorial-sections .tpv-info-card,
.tpv-editorial-sections .tpv-use-card,
.tpv-editorial-sections .tpv-trust-card,
.tpv-editorial-sections .tpv-step-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(21, 30, 48, 0.09);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.tpv-editorial-sections .tpv-info-card,
.tpv-editorial-sections .tpv-use-card,
.tpv-editorial-sections .tpv-trust-card {
  overflow: hidden;
  border-radius: 22px;
}

.tpv-editorial-sections .tpv-info-card::after,
.tpv-editorial-sections .tpv-use-card::after,
.tpv-editorial-sections .tpv-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.14), transparent 34%, rgba(254, 44, 85, 0.12));
  opacity: 0;
  transition: opacity 240ms ease;
}

.tpv-editorial-sections .tpv-info-card:hover,
.tpv-editorial-sections .tpv-use-card:hover,
.tpv-editorial-sections .tpv-trust-card:hover,
.tpv-editorial-sections .tpv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 244, 238, 0.36);
  box-shadow: 0 24px 58px rgba(16, 24, 40, 0.12);
}

.tpv-editorial-sections .tpv-info-card:hover::after,
.tpv-editorial-sections .tpv-use-card:hover::after,
.tpv-editorial-sections .tpv-trust-card:hover::after {
  opacity: 1;
}

.tpv-editorial-sections .tpv-info-card h3,
.tpv-editorial-sections .tpv-use-card h3,
.tpv-editorial-sections .tpv-trust-card h3,
.tpv-editorial-sections .tpv-step-content h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 9px;
  color: #151c2c;
  font-weight: 780;
  line-height: 1.28;
  letter-spacing: 0;
}

.tpv-editorial-sections .tpv-info-card p,
.tpv-editorial-sections .tpv-use-card p,
.tpv-editorial-sections .tpv-trust-card p,
.tpv-editorial-sections .tpv-step-content p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #5c6677;
  line-height: 1.72;
}

.tpv-editorial-sections .tpv-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.14));
  box-shadow: inset 0 0 0 1px rgba(37, 244, 238, 0.25), 0 10px 24px rgba(37, 244, 238, 0.12);
}

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

.tpv-editorial-sections .tpv-info-card:hover .tpv-icon::before {
  transform: translateY(-2px);
}

.tpv-editorial-sections .tpv-icon-ring::before {
  width: 19px;
  height: 19px;
  top: 11px;
  left: 11px;
  border: 3px solid #111827;
  border-radius: 50%;
}

.tpv-editorial-sections .tpv-icon-ring::after {
  width: 11px;
  height: 3px;
  right: 10px;
  bottom: 13px;
  border-radius: 99px;
  background: #fe2c55;
  transform: rotate(45deg);
}

.tpv-editorial-sections .tpv-icon-bolt::before {
  width: 13px;
  height: 24px;
  top: 10px;
  left: 17px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
  clip-path: polygon(55% 0, 100% 0, 65% 42%, 100% 42%, 30% 100%, 45% 54%, 0 54%);
}

.tpv-editorial-sections .tpv-icon-frame::before {
  inset: 11px;
  border: 2px solid #111827;
  border-radius: 8px;
}

.tpv-editorial-sections .tpv-icon-frame::after {
  width: 13px;
  height: 13px;
  top: 17px;
  left: 17px;
  border-radius: 50%;
  background: #25f4ee;
}

.tpv-editorial-sections .tpv-icon-path::before {
  width: 24px;
  height: 3px;
  top: 21px;
  left: 11px;
  border-radius: 99px;
  background: #111827;
}

.tpv-editorial-sections .tpv-icon-path::after {
  width: 9px;
  height: 9px;
  top: 18px;
  right: 11px;
  border-top: 3px solid #fe2c55;
  border-right: 3px solid #fe2c55;
  transform: rotate(45deg);
}

.tpv-editorial-sections .tpv-icon-phone::before {
  width: 17px;
  height: 26px;
  top: 9px;
  left: 15px;
  border: 2px solid #111827;
  border-radius: 7px;
}

.tpv-editorial-sections .tpv-icon-phone::after {
  width: 5px;
  height: 5px;
  left: 21px;
  bottom: 13px;
  border-radius: 50%;
  background: #25f4ee;
}

.tpv-editorial-sections .tpv-icon-daily::before {
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border: 2px solid #111827;
  border-radius: 50%;
}

.tpv-editorial-sections .tpv-icon-daily::after {
  width: 11px;
  height: 11px;
  top: 15px;
  left: 22px;
  border-left: 3px solid #fe2c55;
  border-bottom: 3px solid #fe2c55;
}

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

.tpv-editorial-sections .tpv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(37, 244, 238, 0.11), rgba(255, 255, 255, 0.96) 38%),
    #ffffff;
}

.tpv-editorial-sections .tpv-step-card::before {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 0;
  width: 5px;
  border-radius: 0 99px 99px 0;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
}

.tpv-editorial-sections .tpv-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: #111827;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 32px rgba(17, 24, 39, 0.18);
}

.tpv-editorial-sections .tpv-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 11px;
  border: 1px solid rgba(254, 44, 85, 0.22);
  border-radius: 999px;
  background: rgba(254, 44, 85, 0.07);
  color: #b91c3e;
  font-size: 12px;
  font-weight: 780;
}

.tpv-editorial-sections .tpv-trust-mark {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 30px rgba(254, 44, 85, 0.16);
}

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

.tpv-editorial-sections .tpv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}

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

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

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

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

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

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

  .tpv-editorial-sections .tpv-info-card,
  .tpv-editorial-sections .tpv-use-card,
  .tpv-editorial-sections .tpv-trust-card {
    padding: 22px;
  }

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

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

  .tpv-editorial-sections .tpv-step-list {
    gap: 16px;
    margin-top: 30px;
  }

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

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

@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: 31px;
  }

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

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

  .tpv-editorial-sections .tpv-info-card,
  .tpv-editorial-sections .tpv-use-card,
  .tpv-editorial-sections .tpv-trust-card {
    padding: 24px;
  }

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

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

  .tpv-editorial-sections .tpv-step-list {
    gap: 18px;
    margin-top: 34px;
  }

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

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

@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: 34px;
  }

  .tpv-editorial-sections .tpv-section-head p {
    font-size: 16px;
  }

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

  .tpv-editorial-sections .tpv-info-card,
  .tpv-editorial-sections .tpv-use-card,
  .tpv-editorial-sections .tpv-trust-card {
    padding: 26px;
  }

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

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

  .tpv-editorial-sections .tpv-step-list {
    gap: 20px;
    margin-top: 38px;
  }

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

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

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

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

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

  .tpv-editorial-sections .tpv-section-head 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-info-card,
  .tpv-editorial-sections .tpv-use-card,
  .tpv-editorial-sections .tpv-trust-card {
    padding: 28px;
  }

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

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

  .tpv-editorial-sections .tpv-step-list {
    gap: 22px;
    margin-top: 44px;
  }

  .tpv-editorial-sections .tpv-step-card {
    gap: 24px;
    padding: 30px;
  }

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

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

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

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

  .tpv-editorial-sections .tpv-section-head p {
    font-size: 18px;
  }

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

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

  .tpv-editorial-sections .tpv-info-card,
  .tpv-editorial-sections .tpv-use-card,
  .tpv-editorial-sections .tpv-trust-card {
    padding: 30px;
  }

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

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

  .tpv-editorial-sections .tpv-step-list {
    gap: 24px;
    margin-top: 50px;
  }

  .tpv-editorial-sections .tpv-step-card {
    gap: 28px;
    padding: 34px 38px;
  }

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