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

.ttav-editorial-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #111827;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  background: #ffffff;
}

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

.ttav-editorial-wrap .ttav-section {
  position: relative;
  overflow: hidden;
}

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

.ttav-editorial-wrap .ttav-section-soft {
  background:
    radial-gradient(circle at 12% 8%, rgba(37, 244, 238, 0.12), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(254, 44, 85, 0.1), transparent 30%),
    #f8fafc;
}

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

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

.ttav-editorial-wrap .ttav-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(254, 44, 85, 0.18);
  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: 800;
  letter-spacing: 0;
}

.ttav-editorial-wrap .ttav-section-head h2 {
  margin: 0;
  color: #0f172a;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
}

.ttav-editorial-wrap .ttav-section-head p {
  margin: 16px auto 0;
  max-width: 700px;
  color: #475569;
  font-weight: 500;
}

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

.ttav-editorial-wrap .ttav-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttav-editorial-wrap .ttav-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.14), transparent 38%, rgba(254, 44, 85, 0.12));
  opacity: 0;
  transition: opacity 260ms ease;
}

.ttav-editorial-wrap .ttav-card:hover {
  transform: translateY(-6px);
  border-color: rgba(254, 44, 85, 0.22);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.12);
}

.ttav-editorial-wrap .ttav-card:hover::before {
  opacity: 1;
}

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

.ttav-editorial-wrap .ttav-card p,
.ttav-editorial-wrap .ttav-step-content p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #526173;
  font-weight: 500;
}

.ttav-editorial-wrap .ttav-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 26px rgba(254, 44, 85, 0.18);
}

.ttav-editorial-wrap .ttav-icon::before,
.ttav-editorial-wrap .ttav-icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
}

.ttav-editorial-wrap .ttav-icon-view::before {
  width: 22px;
  height: 14px;
  left: 13px;
  top: 17px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
}

.ttav-editorial-wrap .ttav-icon-view::after {
  width: 7px;
  height: 7px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
}

.ttav-editorial-wrap .ttav-icon-speed::before {
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
  border-right-color: transparent;
}

.ttav-editorial-wrap .ttav-icon-speed::after {
  width: 14px;
  height: 3px;
  left: 24px;
  top: 23px;
  border-radius: 999px;
  transform: rotate(-28deg);
}

.ttav-editorial-wrap .ttav-icon-preview::before {
  width: 22px;
  height: 18px;
  left: 13px;
  top: 15px;
  border-radius: 6px;
}

.ttav-editorial-wrap .ttav-icon-preview::after {
  width: 10px;
  height: 3px;
  left: 19px;
  top: 22px;
  border-radius: 999px;
  background: #fe2c55;
}

.ttav-editorial-wrap .ttav-icon-steps::before {
  width: 6px;
  height: 6px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}

.ttav-editorial-wrap .ttav-icon-steps::after {
  width: 17px;
  height: 3px;
  left: 24px;
  top: 15px;
  border-radius: 999px;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}

.ttav-editorial-wrap .ttav-icon-mobile::before {
  width: 18px;
  height: 28px;
  left: 15px;
  top: 10px;
  border-radius: 6px;
  background: transparent;
  border: 3px solid #ffffff;
}

.ttav-editorial-wrap .ttav-icon-mobile::after {
  width: 6px;
  height: 2px;
  left: 21px;
  top: 32px;
  border-radius: 999px;
}

.ttav-editorial-wrap .ttav-icon-daily::before {
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border-radius: 9px;
  background: transparent;
  border: 3px solid #ffffff;
}

.ttav-editorial-wrap .ttav-icon-daily::after {
  width: 12px;
  height: 12px;
  left: 18px;
  top: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
}

.ttav-editorial-wrap .ttav-card:hover .ttav-icon {
  animation: ttav-icon-bob 680ms ease;
}

.ttav-editorial-wrap .ttav-step-list {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}

.ttav-editorial-wrap .ttav-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttav-editorial-wrap .ttav-step-card::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
}

.ttav-editorial-wrap .ttav-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 244, 238, 0.24);
  box-shadow: 0 24px 68px rgba(15, 23, 42, 0.12);
}

.ttav-editorial-wrap .ttav-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #243044);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.18);
}

.ttav-editorial-wrap .ttav-use-card {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.32), rgba(254, 44, 85, 0.24)) border-box;
  border: 1px solid transparent;
}

.ttav-editorial-wrap .ttav-dot {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 8px rgba(37, 244, 238, 0.1);
}

.ttav-editorial-wrap .ttav-trust-card {
  background: linear-gradient(180deg, #ffffff, #fbfdff);
}

.ttav-editorial-wrap .ttav-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  color: #0f172a;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
}

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

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

@keyframes ttav-icon-bob {
  0% {
    transform: translateY(0);
  }

  45% {
    transform: translateY(-4px);
  }

  100% {
    transform: translateY(0);
  }
}

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

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

  .ttav-editorial-wrap .ttav-section-head {
    margin-bottom: 28px;
  }

  .ttav-editorial-wrap .ttav-section-head h2 {
    font-size: 25px;
  }

  .ttav-editorial-wrap .ttav-section-head p {
    font-size: 14px;
  }

  .ttav-editorial-wrap .ttav-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ttav-editorial-wrap .ttav-card {
    padding: 22px;
    border-radius: 18px;
  }

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

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

  .ttav-editorial-wrap .ttav-step-list {
    gap: 16px;
  }

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

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

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

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

  .ttav-editorial-wrap .ttav-section-head {
    margin-bottom: 32px;
  }

  .ttav-editorial-wrap .ttav-section-head h2 {
    font-size: 28px;
  }

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

  .ttav-editorial-wrap .ttav-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ttav-editorial-wrap .ttav-card {
    padding: 24px;
    border-radius: 20px;
  }

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

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

  .ttav-editorial-wrap .ttav-step-list {
    gap: 18px;
  }

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

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

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

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

  .ttav-editorial-wrap .ttav-section-head {
    margin-bottom: 34px;
  }

  .ttav-editorial-wrap .ttav-section-head h2 {
    font-size: 31px;
  }

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

  .ttav-editorial-wrap .ttav-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ttav-editorial-wrap .ttav-card {
    padding: 26px;
  }

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

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

  .ttav-editorial-wrap .ttav-step-list {
    gap: 20px;
  }

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

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

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

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

  .ttav-editorial-wrap .ttav-section-head {
    margin-bottom: 42px;
  }

  .ttav-editorial-wrap .ttav-section-head h2 {
    font-size: 38px;
  }

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

  .ttav-editorial-wrap .ttav-grid-six,
  .ttav-editorial-wrap .ttav-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .ttav-editorial-wrap .ttav-card {
    padding: 28px;
  }

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

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

  .ttav-editorial-wrap .ttav-step-list {
    gap: 22px;
  }

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

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

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

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

  .ttav-editorial-wrap .ttav-section-head {
    margin-bottom: 48px;
  }

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

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

  .ttav-editorial-wrap .ttav-grid-six,
  .ttav-editorial-wrap .ttav-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .ttav-editorial-wrap .ttav-card {
    padding: 30px;
  }

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

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

  .ttav-editorial-wrap .ttav-step-list {
    gap: 22px;
  }

  .ttav-editorial-wrap .ttav-step-card {
    gap: 28px;
    padding: 34px 38px;
  }

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