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

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

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

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

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

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

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

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

.ttv-editorial-wrap .ttv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 0, 88, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 88, 0.08), rgba(0, 242, 234, 0.1));
  color: #8b1644;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.ttv-editorial-wrap .ttv-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff0058, #00d7d1);
  box-shadow: 0 0 0 5px rgba(255, 0, 88, 0.08);
}

.ttv-editorial-wrap h2,
.ttv-editorial-wrap h3,
.ttv-editorial-wrap p {
  margin-top: 0;
}

.ttv-editorial-wrap h2 {
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.ttv-editorial-wrap .ttv-section-head p {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: #5d6678;
  line-height: 1.72;
  font-weight: 400;
}

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

.ttv-editorial-wrap .ttv-card,
.ttv-editorial-wrap .ttv-trust-card,
.ttv-editorial-wrap .ttv-step-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ttv-editorial-wrap .ttv-card::before,
.ttv-editorial-wrap .ttv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #ff0058, #00d7d1);
  opacity: 0.9;
}

.ttv-editorial-wrap .ttv-card:hover,
.ttv-editorial-wrap .ttv-trust-card:hover,
.ttv-editorial-wrap .ttv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 88, 0.2);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.11);
}

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

.ttv-editorial-wrap .ttv-card p,
.ttv-editorial-wrap .ttv-trust-card p,
.ttv-editorial-wrap .ttv-step-content p {
  margin-bottom: 0;
  color: #626b7c;
  line-height: 1.68;
}

.ttv-editorial-wrap .ttv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(255, 0, 88, 0.13), rgba(0, 242, 234, 0.16));
  border: 1px solid rgba(255, 0, 88, 0.12);
}

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

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

.ttv-editorial-wrap .ttv-icon-play::before {
  left: 18px;
  top: 14px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ff0058;
}

.ttv-editorial-wrap .ttv-icon-speed::before {
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 3px solid #00a9a5;
  border-radius: 50%;
  border-bottom-color: transparent;
}

.ttv-editorial-wrap .ttv-icon-preview::before {
  width: 22px;
  height: 15px;
  left: 12px;
  top: 15px;
  border: 3px solid #ff0058;
  border-radius: 8px;
}

.ttv-editorial-wrap .ttv-icon-preview::after {
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #00a9a5;
}

.ttv-editorial-wrap .ttv-icon-steps::before {
  width: 22px;
  height: 3px;
  left: 12px;
  top: 14px;
  background: #ff0058;
  box-shadow: 0 8px 0 #00a9a5, 0 16px 0 #ff0058;
  border-radius: 999px;
}

.ttv-editorial-wrap .ttv-icon-mobile::before {
  width: 17px;
  height: 25px;
  left: 15px;
  top: 10px;
  border: 3px solid #00a9a5;
  border-radius: 8px;
}

.ttv-editorial-wrap .ttv-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 10px;
  background: linear-gradient(135deg, #ff0058, #00d7d1);
}

.ttv-editorial-wrap .ttv-icon-daily::after {
  width: 10px;
  height: 3px;
  left: 18px;
  top: 22px;
  background: #ffffff;
  border-radius: 999px;
}

.ttv-editorial-wrap .ttv-steps {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}

.ttv-editorial-wrap .ttv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    linear-gradient(135deg, rgba(255, 0, 88, 0.08), rgba(0, 242, 234, 0.08));
}

.ttv-editorial-wrap .ttv-step-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff0058, #00d7d1);
}

.ttv-editorial-wrap .ttv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 22px;
  background: #111827;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.2);
}

.ttv-editorial-wrap .ttv-use-card {
  padding-top: 34px;
}

.ttv-editorial-wrap .ttv-badge-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff0058, #00d7d1);
  box-shadow: 0 0 0 8px rgba(255, 0, 88, 0.08);
}

.ttv-editorial-wrap .ttv-trust-card {
  text-align: left;
}

.ttv-editorial-wrap .ttv-trust-mark {
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 0, 88, 0.12), rgba(0, 242, 234, 0.14)),
    #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  position: relative;
}

.ttv-editorial-wrap .ttv-trust-mark::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 11px;
  left: 14px;
  top: 16px;
  border-left: 4px solid #00a9a5;
  border-bottom: 4px solid #00a9a5;
  transform: rotate(-45deg);
  border-radius: 2px;
}

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

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

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

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

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

  .ttv-editorial-wrap h2 {
    font-size: 26px;
  }

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

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

  .ttv-editorial-wrap .ttv-card,
  .ttv-editorial-wrap .ttv-trust-card {
    padding: 24px;
    border-radius: 20px;
  }

  .ttv-editorial-wrap .ttv-card h3,
  .ttv-editorial-wrap .ttv-trust-card h3,
  .ttv-editorial-wrap .ttv-step-content h3 {
    font-size: 18px;
    margin-bottom: 9px;
  }

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

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

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

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

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

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

  .ttv-editorial-wrap .ttv-section-head {
    margin-bottom: 30px;
  }

  .ttv-editorial-wrap h2 {
    font-size: 29px;
  }

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

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

  .ttv-editorial-wrap .ttv-card,
  .ttv-editorial-wrap .ttv-trust-card {
    padding: 26px;
    border-radius: 21px;
  }

  .ttv-editorial-wrap .ttv-card h3,
  .ttv-editorial-wrap .ttv-trust-card h3,
  .ttv-editorial-wrap .ttv-step-content h3 {
    font-size: 19px;
    margin-bottom: 10px;
  }

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

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

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

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

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

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

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

  .ttv-editorial-wrap h2 {
    font-size: 32px;
  }

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

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

  .ttv-editorial-wrap .ttv-card,
  .ttv-editorial-wrap .ttv-trust-card {
    padding: 28px;
    border-radius: 22px;
  }

  .ttv-editorial-wrap .ttv-card h3,
  .ttv-editorial-wrap .ttv-trust-card h3,
  .ttv-editorial-wrap .ttv-step-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

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

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

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

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

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

  .ttv-editorial-wrap .ttv-container {
    padding: 0 34px;
  }

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

  .ttv-editorial-wrap h2 {
    font-size: 38px;
  }

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

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

  .ttv-editorial-wrap .ttv-card,
  .ttv-editorial-wrap .ttv-trust-card {
    padding: 30px;
    border-radius: 23px;
  }

  .ttv-editorial-wrap .ttv-card h3,
  .ttv-editorial-wrap .ttv-trust-card h3,
  .ttv-editorial-wrap .ttv-step-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

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

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

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

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

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

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

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

  .ttv-editorial-wrap h2 {
    font-size: 44px;
  }

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

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

  .ttv-editorial-wrap .ttv-card,
  .ttv-editorial-wrap .ttv-trust-card {
    min-height: 100%;
    padding: 32px;
    border-radius: 24px;
  }

  .ttv-editorial-wrap .ttv-card h3,
  .ttv-editorial-wrap .ttv-trust-card h3,
  .ttv-editorial-wrap .ttv-step-content h3 {
    font-size: 21px;
    margin-bottom: 11px;
  }

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

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

  .ttv-editorial-wrap .ttv-step-card {
    gap: 30px;
    padding: 34px 40px;
  }

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