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

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

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

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

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

.tav-editorial-sections .tav-section-soft {
  background:
    radial-gradient(circle at 12% 12%, rgba(0, 242, 234, 0.08), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(255, 0, 80, 0.07), transparent 30%),
    #f8fafc;
}

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

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

.tav-editorial-sections .tav-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 166, 153, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 80, 0.1));
  color: #0c6d68;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

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

.tav-editorial-sections .tav-section-head p {
  margin: 16px auto 0;
  color: #586174;
  line-height: 1.7;
  font-weight: 400;
}

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

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

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

.tav-editorial-sections .tav-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 242, 234, 0.34);
  box-shadow: 0 24px 58px rgba(16, 24, 40, 0.13);
}

.tav-editorial-sections .tav-card h3,
.tav-editorial-sections .tav-step-card h3 {
  margin: 0;
  color: #111827;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}

.tav-editorial-sections .tav-card p,
.tav-editorial-sections .tav-step-card p {
  margin: 10px 0 0;
  color: #5f687a;
  line-height: 1.65;
}

.tav-editorial-sections .tav-icon {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.16), rgba(255, 0, 80, 0.14));
  border: 1px solid rgba(0, 166, 153, 0.16);
}

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

.tav-editorial-sections .tav-card:hover .tav-icon::before,
.tav-editorial-sections .tav-card:hover .tav-icon::after {
  transform: translateX(2px);
}

.tav-editorial-sections .tav-icon-play::before {
  left: 17px;
  top: 13px;
  border-left: 13px solid #ff0050;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.tav-editorial-sections .tav-icon-speed::before {
  left: 12px;
  top: 20px;
  width: 20px;
  height: 4px;
  border-radius: 99px;
  background: #00a69a;
  box-shadow: 5px -8px 0 rgba(255, 0, 80, 0.8), -3px 8px 0 rgba(124, 58, 237, 0.72);
}

.tav-editorial-sections .tav-icon-preview::before {
  left: 10px;
  top: 13px;
  width: 24px;
  height: 18px;
  border-radius: 8px;
  border: 2px solid #00a69a;
}

.tav-editorial-sections .tav-icon-preview::after {
  left: 18px;
  top: 19px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff0050;
}

.tav-editorial-sections .tav-icon-steps::before {
  left: 13px;
  top: 12px;
  width: 18px;
  height: 20px;
  border-left: 3px solid #00a69a;
  border-bottom: 3px solid #00a69a;
  border-radius: 0 0 0 8px;
}

.tav-editorial-sections .tav-icon-steps::after {
  right: 11px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff0050;
  box-shadow: -13px 12px 0 #7c3aed;
}

.tav-editorial-sections .tav-icon-mobile::before {
  left: 14px;
  top: 8px;
  width: 16px;
  height: 28px;
  border: 2px solid #00a69a;
  border-radius: 7px;
}

.tav-editorial-sections .tav-icon-mobile::after {
  left: 20px;
  bottom: 11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff0050;
}

.tav-editorial-sections .tav-icon-daily::before {
  left: 11px;
  top: 11px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #00a69a;
}

.tav-editorial-sections .tav-icon-daily::after {
  left: 21px;
  top: 16px;
  width: 2px;
  height: 11px;
  border-radius: 99px;
  background: #ff0050;
  transform-origin: bottom center;
}

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

.tav-editorial-sections .tav-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(22, 32, 51, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 55%, rgba(0, 242, 234, 0.07) 100%);
  box-shadow: 0 18px 48px rgba(16, 24, 40, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tav-editorial-sections .tav-step-card::after {
  content: "";
  position: absolute;
  left: 35px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(0, 242, 234, 0), rgba(0, 166, 153, 0.28), rgba(255, 0, 80, 0));
}

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

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

.tav-editorial-sections .tav-step-content {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.tav-editorial-sections .tav-use-card {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(0, 242, 234, 0.34), rgba(255, 0, 80, 0.26)) border-box;
  border-color: transparent;
}

.tav-editorial-sections .tav-dot {
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: #00a69a;
  box-shadow: 16px 0 0 rgba(255, 0, 80, 0.9), 32px 0 0 rgba(124, 58, 237, 0.82);
}

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

.tav-editorial-sections .tav-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  margin: 0 0 18px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #ecfeff;
  color: #0e7770;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

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

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

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

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

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

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

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

  .tav-editorial-sections .tav-card {
    padding: 24px 20px;
    border-radius: 19px;
  }

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

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

  .tav-editorial-sections .tav-steps {
    gap: 16px;
    margin-top: 30px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .tav-editorial-sections .tav-steps {
    gap: 18px;
    margin-top: 34px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tav-editorial-sections .tav-card-grid {
    gap: 22px;
    margin-top: 44px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tav-editorial-sections .tav-step-card {
    gap: 28px;
    padding: 34px 36px;
  }

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