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

.tav-editorial-wrap {
  width: 100%;
  overflow-x: hidden;
  font-family: inherit;
  color: #16202a;
  background: #ffffff;
}

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

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

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

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

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

.tav-editorial-wrap .tav-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(254, 44, 85, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
  color: #be123c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.tav-editorial-wrap .tav-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 4px rgba(37, 244, 238, 0.14);
}

.tav-editorial-wrap h2 {
  margin: 0;
  color: #101820;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.tav-editorial-wrap .tav-section-head p {
  margin: 16px auto 0;
  max-width: 680px;
  color: #536170;
  line-height: 1.7;
}

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

.tav-editorial-wrap .tav-card,
.tav-editorial-wrap .tav-trust-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 58%, #fbfdff 100%);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.tav-editorial-wrap .tav-card::after,
.tav-editorial-wrap .tav-trust-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.22), rgba(254, 44, 85, 0.2));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  padding: 1px;
  mask-composite: exclude;
  -webkit-mask-composite: xor;
}

.tav-editorial-wrap .tav-card:hover,
.tav-editorial-wrap .tav-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(254, 44, 85, 0.18);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.11);
}

.tav-editorial-wrap .tav-card:hover::after,
.tav-editorial-wrap .tav-trust-card:hover::after {
  opacity: 1;
}

.tav-editorial-wrap .tav-card h3,
.tav-editorial-wrap .tav-trust-card h3,
.tav-editorial-wrap .tav-step-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tav-editorial-wrap .tav-card p,
.tav-editorial-wrap .tav-trust-card p,
.tav-editorial-wrap .tav-step-card p {
  position: relative;
  z-index: 1;
  margin: 11px 0 0;
  color: #5b6675;
  line-height: 1.68;
}

.tav-editorial-wrap .tav-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(254, 44, 85, 0.14));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75), 0 12px 26px rgba(254, 44, 85, 0.08);
}

.tav-editorial-wrap .tav-icon::before,
.tav-editorial-wrap .tav-icon::after {
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
}

.tav-editorial-wrap .tav-icon-play::before {
  width: 0;
  height: 0;
  top: 15px;
  left: 19px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #fe2c55;
  background: transparent;
}

.tav-editorial-wrap .tav-icon-speed::before {
  width: 24px;
  height: 13px;
  left: 12px;
  top: 18px;
  border-radius: 16px 16px 4px 4px;
}

.tav-editorial-wrap .tav-icon-speed::after {
  width: 3px;
  height: 13px;
  left: 28px;
  top: 17px;
  border-radius: 999px;
  transform: rotate(42deg);
  transform-origin: bottom;
}

.tav-editorial-wrap .tav-icon-preview::before {
  width: 26px;
  height: 18px;
  left: 11px;
  top: 15px;
  border-radius: 7px;
}

.tav-editorial-wrap .tav-icon-preview::after {
  width: 8px;
  height: 8px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ffffff;
}

.tav-editorial-wrap .tav-icon-steps::before {
  width: 24px;
  height: 4px;
  left: 12px;
  top: 14px;
  border-radius: 999px;
  box-shadow: 0 8px 0 rgba(254, 44, 85, 0.9), 0 16px 0 rgba(37, 244, 238, 0.9);
}

.tav-editorial-wrap .tav-icon-mobile::before {
  width: 20px;
  height: 28px;
  left: 14px;
  top: 10px;
  border-radius: 8px;
}

.tav-editorial-wrap .tav-icon-mobile::after {
  width: 6px;
  height: 2px;
  left: 21px;
  top: 33px;
  border-radius: 999px;
  background: #ffffff;
}

.tav-editorial-wrap .tav-icon-daily::before {
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}

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

.tav-editorial-wrap .tav-card:hover .tav-icon {
  transform: translateY(-2px);
}

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

.tav-editorial-wrap .tav-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 58px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.tav-editorial-wrap .tav-step-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
}

.tav-editorial-wrap .tav-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827 0%, #243040 48%, #fe2c55 120%);
  box-shadow: 0 16px 32px rgba(17, 24, 39, 0.18);
}

.tav-editorial-wrap .tav-step-copy {
  min-width: 0;
}

.tav-editorial-wrap .tav-badge-dot {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(254, 44, 85, 0.14));
}

.tav-editorial-wrap .tav-badge-dot::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
}

.tav-editorial-wrap .tav-trust-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, rgba(37, 244, 238, 0.08), rgba(254, 44, 85, 0.08));
}

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

.tav-editorial-wrap .tav-trust-mark::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  left: 13px;
  top: 15px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}

.tav-editorial-wrap .tav-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

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

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

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

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

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

  .tav-editorial-wrap .tav-grid,
  .tav-editorial-wrap .tav-steps {
    gap: 16px;
    margin-top: 30px;
  }

  .tav-editorial-wrap .tav-grid-three,
  .tav-editorial-wrap .tav-grid-trust {
    grid-template-columns: 1fr;
  }

  .tav-editorial-wrap .tav-card,
  .tav-editorial-wrap .tav-trust-card {
    padding: 22px;
    border-radius: 18px;
  }

  .tav-editorial-wrap .tav-card h3,
  .tav-editorial-wrap .tav-trust-card h3,
  .tav-editorial-wrap .tav-step-card h3 {
    font-size: 18px;
  }

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

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

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

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

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

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

  .tav-editorial-wrap .tav-section-head p {
    font-size: 15.5px;
  }

  .tav-editorial-wrap .tav-grid,
  .tav-editorial-wrap .tav-steps {
    gap: 18px;
    margin-top: 34px;
  }

  .tav-editorial-wrap .tav-grid-three,
  .tav-editorial-wrap .tav-grid-trust {
    grid-template-columns: 1fr;
  }

  .tav-editorial-wrap .tav-card,
  .tav-editorial-wrap .tav-trust-card {
    padding: 24px;
    border-radius: 20px;
  }

  .tav-editorial-wrap .tav-card h3,
  .tav-editorial-wrap .tav-trust-card h3,
  .tav-editorial-wrap .tav-step-card h3 {
    font-size: 19px;
  }

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

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

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

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

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

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

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

  .tav-editorial-wrap .tav-grid,
  .tav-editorial-wrap .tav-steps {
    gap: 20px;
    margin-top: 38px;
  }

  .tav-editorial-wrap .tav-grid-three,
  .tav-editorial-wrap .tav-grid-trust {
    grid-template-columns: 1fr;
  }

  .tav-editorial-wrap .tav-card,
  .tav-editorial-wrap .tav-trust-card {
    padding: 26px;
    border-radius: 21px;
  }

  .tav-editorial-wrap .tav-card h3,
  .tav-editorial-wrap .tav-trust-card h3,
  .tav-editorial-wrap .tav-step-card h3 {
    font-size: 20px;
  }

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

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

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

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

  .tav-editorial-wrap .tav-container {
    padding: 0 30px;
  }

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

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

  .tav-editorial-wrap .tav-grid,
  .tav-editorial-wrap .tav-steps {
    gap: 22px;
    margin-top: 44px;
  }

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

  .tav-editorial-wrap .tav-card,
  .tav-editorial-wrap .tav-trust-card {
    padding: 28px;
  }

  .tav-editorial-wrap .tav-card h3,
  .tav-editorial-wrap .tav-trust-card h3,
  .tav-editorial-wrap .tav-step-card h3 {
    font-size: 21px;
  }

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

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

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

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

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

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

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

  .tav-editorial-wrap .tav-grid,
  .tav-editorial-wrap .tav-steps {
    gap: 24px;
    margin-top: 48px;
  }

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

  .tav-editorial-wrap .tav-card,
  .tav-editorial-wrap .tav-trust-card {
    padding: 30px;
  }

  .tav-editorial-wrap .tav-card h3,
  .tav-editorial-wrap .tav-trust-card h3,
  .tav-editorial-wrap .tav-step-card h3 {
    font-size: 22px;
  }

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

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

  .tav-editorial-wrap .tav-step-number {
    width: 76px;
    height: 76px;
    font-size: 22px;
  }
}