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

.ttav-editorial-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #18202f;
  font-family: inherit;
  background: #ffffff;
}

.ttav-editorial-wrap .ttav-section {
  position: relative;
  isolation: isolate;
}

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

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

.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: 8px 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.11));
  color: #b81744;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

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

.ttav-editorial-wrap .ttav-section-head p {
  margin: 16px auto 0;
  color: #586174;
  line-height: 1.72;
}

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

.ttav-editorial-wrap .ttav-card,
.ttav-editorial-wrap .ttav-step-card,
.ttav-editorial-wrap .ttav-trust-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ttav-editorial-wrap .ttav-card::before,
.ttav-editorial-wrap .ttav-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.34), rgba(254, 44, 85, 0.32), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 240ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.ttav-editorial-wrap .ttav-card:hover,
.ttav-editorial-wrap .ttav-step-card:hover,
.ttav-editorial-wrap .ttav-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(254, 44, 85, 0.18);
  box-shadow: 0 24px 54px rgba(16, 24, 40, 0.12);
}

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

.ttav-editorial-wrap .ttav-card h3,
.ttav-editorial-wrap .ttav-step-content h3,
.ttav-editorial-wrap .ttav-trust-card h3 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttav-editorial-wrap .ttav-card p,
.ttav-editorial-wrap .ttav-step-content p,
.ttav-editorial-wrap .ttav-trust-card p,
.ttav-editorial-wrap .ttav-note p {
  margin: 10px 0 0;
  color: #5b6577;
  line-height: 1.68;
}

.ttav-editorial-wrap .ttav-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee 0%, #ffffff 46%, #fe2c55 100%);
  box-shadow: 0 12px 26px rgba(254, 44, 85, 0.16);
}

.ttav-editorial-wrap .ttav-icon::before,
.ttav-editorial-wrap .ttav-icon::after {
  content: "";
  position: absolute;
  background: #111827;
  transition: transform 240ms ease;
}

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

.ttav-editorial-wrap .ttav-icon-view::before {
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #111827;
}

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

.ttav-editorial-wrap .ttav-icon-speed::before {
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #111827;
  border-left-color: transparent;
}

.ttav-editorial-wrap .ttav-icon-speed::after {
  width: 12px;
  height: 2px;
  left: 22px;
  top: 22px;
  border-radius: 999px;
  transform: rotate(-28deg);
}

.ttav-editorial-wrap .ttav-icon-preview::before {
  width: 21px;
  height: 15px;
  left: 12px;
  top: 15px;
  border-radius: 5px;
  background: transparent;
  border: 2px solid #111827;
}

.ttav-editorial-wrap .ttav-icon-preview::after {
  width: 9px;
  height: 2px;
  left: 18px;
  top: 22px;
  border-radius: 999px;
}

.ttav-editorial-wrap .ttav-icon-steps::before {
  width: 5px;
  height: 5px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  box-shadow: 0 8px 0 #111827, 0 16px 0 #111827;
}

.ttav-editorial-wrap .ttav-icon-steps::after {
  width: 15px;
  height: 2px;
  left: 22px;
  top: 15px;
  border-radius: 999px;
  box-shadow: 0 8px 0 #111827, 0 16px 0 #111827;
}

.ttav-editorial-wrap .ttav-icon-mobile::before {
  width: 16px;
  height: 24px;
  left: 15px;
  top: 10px;
  border-radius: 6px;
  background: transparent;
  border: 2px solid #111827;
}

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

.ttav-editorial-wrap .ttav-icon-daily::before {
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #111827;
}

.ttav-editorial-wrap .ttav-icon-daily::after {
  width: 9px;
  height: 9px;
  left: 22px;
  top: 16px;
  background: transparent;
  border-left: 2px solid #111827;
  border-bottom: 2px solid #111827;
}

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

.ttav-editorial-wrap .ttav-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96));
}

.ttav-editorial-wrap .ttav-step-card::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -64px;
  top: -72px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37, 244, 238, 0.2), rgba(254, 44, 85, 0.08) 54%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}

.ttav-editorial-wrap .ttav-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #111827 0%, #293142 100%);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(17, 24, 39, 0.18);
}

.ttav-editorial-wrap .ttav-badge {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.12);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.ttav-editorial-wrap .ttav-use-card:nth-child(even) .ttav-badge {
  background: rgba(254, 44, 85, 0.1);
  color: #be123c;
}

.ttav-editorial-wrap .ttav-trust-card {
  overflow: hidden;
}

.ttav-editorial-wrap .ttav-trust-dot {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 0 22px;
  border-radius: 999px;
  background: #fe2c55;
  box-shadow: 18px 0 0 #25f4ee, 36px 0 0 #111827;
}

.ttav-editorial-wrap .ttav-note {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(37, 244, 238, 0.22);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.1), rgba(255, 255, 255, 0.86), rgba(254, 44, 85, 0.08));
  box-shadow: 0 16px 36px rgba(16, 24, 40, 0.06);
  text-align: center;
}

.ttav-editorial-wrap .ttav-note p {
  margin: 0;
  color: #344054;
  font-weight: 600;
}

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

.ttav-editorial-wrap .ttav-reveal.ttav-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) {
  .ttav-editorial-wrap .ttav-section {
    padding: 54px 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: 26px;
  }

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

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

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

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

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

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

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

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

  .ttav-editorial-wrap .ttav-note {
    margin-top: 18px;
    padding: 20px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ttav-editorial-wrap .ttav-section {
    padding: 60px 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: 29px;
  }

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

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

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

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

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

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

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

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

  .ttav-editorial-wrap .ttav-note {
    margin-top: 20px;
    padding: 22px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ttav-editorial-wrap .ttav-section {
    padding: 66px 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: 32px;
  }

  .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,
  .ttav-editorial-wrap .ttav-trust-card {
    padding: 26px;
  }

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

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

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

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

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

  .ttav-editorial-wrap .ttav-note {
    margin-top: 22px;
    padding: 24px;
  }
}

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

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

  .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,
  .ttav-editorial-wrap .ttav-trust-card {
    padding: 28px;
  }

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

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

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

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

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

  .ttav-editorial-wrap .ttav-note {
    margin-top: 26px;
    padding: 26px 30px;
  }
}

@media (min-width: 1024px) {
  .ttav-editorial-wrap .ttav-section {
    padding: 92px 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: 44px;
  }

  .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(3, minmax(0, 1fr));
    gap: 24px;
  }

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

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

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

  .ttav-editorial-wrap .ttav-steps {
    gap: 24px;
  }

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

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

  .ttav-editorial-wrap .ttav-note {
    margin-top: 30px;
    padding: 28px 36px;
  }
}