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

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

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

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

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

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

.tav-editorial .tav-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.tav-editorial .tav-section-soft::before,
.tav-editorial .tav-section-white::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 0, 80, 0.11), rgba(0, 242, 234, 0.08) 45%, rgba(255, 255, 255, 0) 72%);
  top: -210px;
  right: -150px;
  pointer-events: none;
}

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

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

.tav-editorial .tav-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00f2ea, #ff0050);
  box-shadow: 0 0 16px rgba(0, 242, 234, 0.55);
}

.tav-editorial .tav-section-head h2 {
  margin: 0;
  color: #101828;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}

.tav-editorial .tav-section-head p {
  margin: 16px auto 0;
  max-width: 720px;
  color: #526071;
  font-weight: 450;
}

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

.tav-editorial .tav-card,
.tav-editorial .tav-trust-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(22, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(16, 24, 40, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tav-editorial .tav-card::after,
.tav-editorial .tav-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.09), rgba(255, 0, 80, 0.07));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.tav-editorial .tav-card:hover,
.tav-editorial .tav-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 191, 184, 0.24);
  box-shadow: 0 24px 70px rgba(16, 24, 40, 0.12);
}

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

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

.tav-editorial .tav-card p,
.tav-editorial .tav-step-card p,
.tav-editorial .tav-trust-card p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5d6878;
  font-weight: 440;
}

.tav-editorial .tav-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #111827, #18243a);
  box-shadow: 0 14px 28px rgba(17, 24, 39, 0.16);
}

.tav-editorial .tav-icon::before,
.tav-editorial .tav-icon::after {
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #00f2ea, #ff0050);
  transition: transform 260ms ease;
}

.tav-editorial .tav-card:hover .tav-icon::before,
.tav-editorial .tav-card:hover .tav-icon::after {
  transform: scale(1.08);
}

.tav-editorial .tav-icon-view::before {
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 14px;
}

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

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

.tav-editorial .tav-icon-speed::after {
  width: 14px;
  height: 3px;
  left: 21px;
  top: 22px;
  border-radius: 999px;
  background: #ffffff;
  transform-origin: left center;
  transform: rotate(-34deg);
}

.tav-editorial .tav-icon-preview::before {
  width: 22px;
  height: 17px;
  left: 12px;
  top: 14px;
  border-radius: 6px;
}

.tav-editorial .tav-icon-preview::after {
  width: 12px;
  height: 3px;
  left: 17px;
  top: 34px;
  border-radius: 999px;
}

.tav-editorial .tav-icon-steps::before {
  width: 6px;
  height: 6px;
  left: 13px;
  top: 12px;
  border-radius: 50%;
  box-shadow: 0 10px 0 #00f2ea, 0 20px 0 #ff0050;
}

.tav-editorial .tav-icon-steps::after {
  width: 16px;
  height: 3px;
  left: 23px;
  top: 14px;
  border-radius: 999px;
  box-shadow: 0 10px 0 rgba(255, 255, 255, 0.85), 0 20px 0 rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.85);
}

.tav-editorial .tav-icon-mobile::before {
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border-radius: 6px;
}

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

.tav-editorial .tav-icon-daily::before {
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 9px;
}

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

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

.tav-editorial .tav-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(0, 191, 184, 0.18);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 253, 253, 0.96));
  box-shadow: 0 18px 54px rgba(16, 24, 40, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tav-editorial .tav-step-card::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 76px;
  bottom: -20px;
  width: 2px;
  background: linear-gradient(180deg, rgba(0, 242, 234, 0.55), rgba(255, 0, 80, 0));
}

.tav-editorial .tav-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 80, 0.22);
  box-shadow: 0 24px 72px rgba(16, 24, 40, 0.12);
}

.tav-editorial .tav-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #00b9b5, #ff0050);
  box-shadow: 0 16px 34px rgba(255, 0, 80, 0.18);
}

.tav-editorial .tav-dot {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00f2ea, #ff0050);
  box-shadow: 0 0 0 8px rgba(0, 242, 234, 0.09);
}

.tav-editorial .tav-use-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.tav-editorial .tav-trust-card {
  background: #ffffff;
}

.tav-editorial .tav-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0;
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.16);
}

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

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

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

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

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

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

  .tav-editorial .tav-grid,
  .tav-editorial .tav-steps {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

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

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

  .tav-editorial .tav-step-card::before {
    display: none;
  }

  .tav-editorial .tav-step-number {
    width: 52px;
    height: 52px;
    font-size: 16px;
  }

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

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

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

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

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

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

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

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

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

  .tav-editorial .tav-step-card::before {
    display: none;
  }

  .tav-editorial .tav-step-number {
    width: 54px;
    height: 54px;
    font-size: 16px;
  }

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

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

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

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

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

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

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

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

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

  .tav-editorial .tav-step-card::before {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tav-editorial .tav-grid {
    gap: 24px;
    margin-top: 50px;
  }

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

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

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

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

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

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

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