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

.tav-editorial-content {
  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;
}

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

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

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

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

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

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

.tav-editorial-content .tav-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 14px;
  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: #0d6571;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.tav-editorial-content h2,
.tav-editorial-content h3,
.tav-editorial-content p {
  margin-top: 0;
}

.tav-editorial-content h2 {
  margin-bottom: 14px;
  color: #101827;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}

.tav-editorial-content .tav-section-header p {
  margin-bottom: 0;
  color: #596579;
  line-height: 1.72;
}

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

.tav-editorial-content .tav-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(19, 31, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(18, 29, 48, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.tav-editorial-content .tav-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.42), rgba(255, 0, 80, 0.26), rgba(124, 92, 255, 0.2));
  opacity: 0;
  transition: opacity 240ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.tav-editorial-content .tav-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 242, 234, 0.22);
  box-shadow: 0 24px 62px rgba(18, 29, 48, 0.13);
}

.tav-editorial-content .tav-card:hover::before {
  opacity: 1;
}

.tav-editorial-content .tav-card h3 {
  margin-bottom: 10px;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tav-editorial-content .tav-card p {
  margin-bottom: 0;
  color: #607086;
  line-height: 1.7;
}

.tav-editorial-content .tav-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00f2ea 0%, #7c5cff 48%, #ff0050 100%);
  box-shadow: 0 14px 28px rgba(0, 242, 234, 0.18);
  transition: transform 240ms ease;
}

.tav-editorial-content .tav-card:hover .tav-icon {
  transform: translateY(-2px) rotate(-3deg);
}

.tav-editorial-content .tav-icon::before,
.tav-editorial-content .tav-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.tav-editorial-content .tav-icon-play::before {
  left: 18px;
  top: 14px;
  border-left: 14px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.tav-editorial-content .tav-icon-speed::before {
  width: 23px;
  height: 23px;
  left: 11px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  border-bottom-color: transparent;
}

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

.tav-editorial-content .tav-icon-frame::before {
  width: 22px;
  height: 18px;
  left: 12px;
  top: 14px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}

.tav-editorial-content .tav-icon-frame::after {
  width: 9px;
  height: 9px;
  right: 11px;
  top: 10px;
  border-radius: 50%;
  background: #ffffff;
}

.tav-editorial-content .tav-icon-path::before {
  width: 25px;
  height: 3px;
  left: 11px;
  top: 21px;
  border-radius: 999px;
  background: #ffffff;
}

.tav-editorial-content .tav-icon-path::after {
  width: 9px;
  height: 9px;
  right: 10px;
  top: 18px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
}

.tav-editorial-content .tav-icon-mobile::before {
  width: 17px;
  height: 26px;
  left: 14px;
  top: 9px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}

.tav-editorial-content .tav-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 21px;
  bottom: 12px;
  border-radius: 50%;
  background: #ffffff;
}

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

.tav-editorial-content .tav-icon-daily::after {
  width: 14px;
  height: 3px;
  left: 16px;
  top: 21px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.86);
}

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

.tav-editorial-content .tav-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(19, 31, 51, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(18, 29, 48, 0.08);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.tav-editorial-content .tav-step-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #00f2ea, #ff0050);
}

.tav-editorial-content .tav-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 80, 0.18);
  box-shadow: 0 24px 60px rgba(18, 29, 48, 0.12);
}

.tav-editorial-content .tav-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 20px;
  background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0) 34%), linear-gradient(135deg, #111827 0%, #273349 52%, #111827 100%);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.18);
}

.tav-editorial-content .tav-step-content h3 {
  margin-bottom: 8px;
  color: #111827;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}

.tav-editorial-content .tav-step-content p {
  margin-bottom: 0;
  color: #607086;
  line-height: 1.72;
}

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

.tav-editorial-content .tav-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #00f2ea;
  box-shadow: 18px 0 0 rgba(255, 0, 80, 0.72), 36px 0 0 rgba(124, 92, 255, 0.68), 0 0 0 8px rgba(0, 242, 234, 0.08);
}

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

.tav-editorial-content .tav-badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.04);
  color: #0f172a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

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

.tav-editorial-content .tav-reveal.tav-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

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

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

  .tav-editorial-content .tav-section-header {
    margin-bottom: 28px;
  }

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

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

  .tav-editorial-content .tav-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

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

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

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

  .tav-editorial-content .tav-steps {
    gap: 16px;
  }

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

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

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

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

  .tav-editorial-content .tav-section-header {
    margin-bottom: 30px;
  }

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

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

  .tav-editorial-content .tav-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

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

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

  .tav-editorial-content .tav-steps {
    gap: 18px;
  }

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

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

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

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

  .tav-editorial-content .tav-section-header {
    margin-bottom: 34px;
  }

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

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

  .tav-editorial-content .tav-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

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

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

  .tav-editorial-content .tav-steps {
    gap: 20px;
  }

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

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

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

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

  .tav-editorial-content .tav-section-header {
    margin-bottom: 42px;
  }

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

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

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

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

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

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

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

  .tav-editorial-content .tav-steps {
    gap: 22px;
  }

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

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

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

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

  .tav-editorial-content .tav-section-header {
    margin-bottom: 48px;
  }

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

  .tav-editorial-content .tav-section-header p {
    font-size: 18px;
  }

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

  .tav-editorial-content .tav-grid {
    gap: 24px;
  }

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

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

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

  .tav-editorial-content .tav-steps {
    gap: 24px;
  }

  .tav-editorial-content .tav-step-card {
    gap: 28px;
    padding: 34px 38px;
  }

  .tav-editorial-content .tav-step-number {
    width: 78px;
    height: 78px;
    font-size: 23px;
  }
}