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

.ttv-editorial-content {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

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

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

.ttv-editorial-content .ttv-section-soft {
  background: linear-gradient(180deg, #fbfbfd 0%, #f6f8fc 100%);
}

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

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

.ttv-editorial-content .ttv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 47, 108, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 47, 108, 0.09), rgba(37, 244, 238, 0.12));
  color: #b51649;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.ttv-editorial-content .ttv-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: linear-gradient(135deg, #ff2f6c, #25f4ee);
  box-shadow: 0 0 0 5px rgba(255, 47, 108, 0.1);
}

.ttv-editorial-content .ttv-section-heading h2 {
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}

.ttv-editorial-content .ttv-section-heading p {
  margin: 14px auto 0;
  max-width: 700px;
  color: #596276;
  font-weight: 450;
  line-height: 1.7;
}

.ttv-editorial-content .ttv-card-grid,
.ttv-editorial-content .ttv-trust-grid {
  display: grid;
  align-items: stretch;
}

.ttv-editorial-content .ttv-info-card,
.ttv-editorial-content .ttv-use-card,
.ttv-editorial-content .ttv-trust-card,
.ttv-editorial-content .ttv-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(21, 31, 56, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttv-editorial-content .ttv-info-card,
.ttv-editorial-content .ttv-use-card,
.ttv-editorial-content .ttv-trust-card {
  height: 100%;
  overflow: hidden;
}

.ttv-editorial-content .ttv-info-card::after,
.ttv-editorial-content .ttv-use-card::after,
.ttv-editorial-content .ttv-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at 20% 0%, rgba(37, 244, 238, 0.14), transparent 34%),
              radial-gradient(circle at 100% 15%, rgba(255, 47, 108, 0.12), transparent 34%);
  transition: opacity 260ms ease;
}

.ttv-editorial-content .ttv-info-card:hover,
.ttv-editorial-content .ttv-use-card:hover,
.ttv-editorial-content .ttv-trust-card:hover,
.ttv-editorial-content .ttv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 47, 108, 0.22);
  box-shadow: 0 24px 64px rgba(21, 31, 56, 0.12);
}

.ttv-editorial-content .ttv-info-card:hover::after,
.ttv-editorial-content .ttv-use-card:hover::after,
.ttv-editorial-content .ttv-trust-card:hover::after {
  opacity: 1;
}

.ttv-editorial-content .ttv-info-card h3,
.ttv-editorial-content .ttv-use-card h3,
.ttv-editorial-content .ttv-trust-card h3,
.ttv-editorial-content .ttv-step-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #151d2f;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttv-editorial-content .ttv-info-card p,
.ttv-editorial-content .ttv-use-card p,
.ttv-editorial-content .ttv-trust-card p,
.ttv-editorial-content .ttv-step-card p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5e687c;
  font-weight: 430;
  line-height: 1.68;
}

.ttv-editorial-content .ttv-card-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff2f6c 0%, #d62f8f 48%, #25f4ee 100%);
  box-shadow: 0 14px 30px rgba(255, 47, 108, 0.2);
}

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

.ttv-editorial-content .ttv-icon-play::before {
  left: 19px;
  top: 15px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ffffff;
  background: transparent;
}

.ttv-editorial-content .ttv-icon-speed::before {
  left: 14px;
  top: 23px;
  width: 20px;
  height: 4px;
  border-radius: 99px;
  transform: rotate(-24deg);
}

.ttv-editorial-content .ttv-icon-speed::after {
  left: 15px;
  top: 13px;
  width: 18px;
  height: 18px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
  background: transparent;
}

.ttv-editorial-content .ttv-icon-frame::before {
  left: 13px;
  top: 13px;
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}

.ttv-editorial-content .ttv-icon-steps::before {
  left: 13px;
  top: 14px;
  width: 22px;
  height: 4px;
  border-radius: 99px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}

.ttv-editorial-content .ttv-icon-mobile::before {
  left: 16px;
  top: 10px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}

.ttv-editorial-content .ttv-icon-browse::before {
  left: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}

.ttv-editorial-content .ttv-icon-browse::after {
  left: 30px;
  top: 31px;
  width: 10px;
  height: 3px;
  border-radius: 99px;
  transform: rotate(45deg);
}

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

.ttv-editorial-content .ttv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 62%, rgba(37, 244, 238, 0.08) 100%);
}

.ttv-editorial-content .ttv-step-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 99px 99px 0;
  background: linear-gradient(180deg, #ff2f6c, #25f4ee);
}

.ttv-editorial-content .ttv-step-number {
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #111827;
  color: #ffffff;
  font-weight: 820;
  letter-spacing: 0;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.18);
}

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

.ttv-editorial-content .ttv-use-dot {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 12px;
  background: rgba(255, 47, 108, 0.09);
  border: 1px solid rgba(255, 47, 108, 0.14);
}

.ttv-editorial-content .ttv-use-dot::before {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff2f6c, #25f4ee);
  box-shadow: 0 8px 20px rgba(255, 47, 108, 0.18);
}

.ttv-editorial-content .ttv-trust-card {
  text-align: center;
  background: #ffffff;
}

.ttv-editorial-content .ttv-trust-mark {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 47, 108, 0.12), rgba(37, 244, 238, 0.16));
  border: 1px solid rgba(37, 244, 238, 0.22);
}

.ttv-editorial-content .ttv-trust-mark::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 15px;
  width: 17px;
  height: 23px;
  border: 3px solid #ff2f6c;
  border-radius: 10px 10px 8px 8px;
}

.ttv-editorial-content .ttv-trust-mark::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 25px;
  width: 7px;
  height: 12px;
  border-right: 3px solid #17b8b2;
  border-bottom: 3px solid #17b8b2;
  transform: rotate(42deg);
}

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

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

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

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

  .ttv-editorial-content .ttv-section-heading h2 {
    font-size: 26px;
  }

  .ttv-editorial-content .ttv-section-heading p {
    font-size: 15px;
  }

  .ttv-editorial-content .ttv-card-grid,
  .ttv-editorial-content .ttv-trust-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .ttv-editorial-content .ttv-info-card,
  .ttv-editorial-content .ttv-use-card,
  .ttv-editorial-content .ttv-trust-card {
    padding: 22px;
  }

  .ttv-editorial-content .ttv-info-card h3,
  .ttv-editorial-content .ttv-use-card h3,
  .ttv-editorial-content .ttv-trust-card h3,
  .ttv-editorial-content .ttv-step-card h3 {
    font-size: 18px;
  }

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

  .ttv-editorial-content .ttv-step-list {
    gap: 16px;
    margin-top: 28px;
  }

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

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

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

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

  .ttv-editorial-content .ttv-section-heading h2 {
    font-size: 29px;
  }

  .ttv-editorial-content .ttv-section-heading p {
    font-size: 15.5px;
  }

  .ttv-editorial-content .ttv-card-grid,
  .ttv-editorial-content .ttv-trust-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }

  .ttv-editorial-content .ttv-info-card,
  .ttv-editorial-content .ttv-use-card,
  .ttv-editorial-content .ttv-trust-card {
    padding: 24px;
  }

  .ttv-editorial-content .ttv-info-card h3,
  .ttv-editorial-content .ttv-use-card h3,
  .ttv-editorial-content .ttv-trust-card h3,
  .ttv-editorial-content .ttv-step-card h3 {
    font-size: 18.5px;
  }

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

  .ttv-editorial-content .ttv-step-list {
    gap: 18px;
    margin-top: 30px;
  }

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

  .ttv-editorial-content .ttv-step-number {
    width: 54px;
    height: 54px;
    font-size: 16px;
  }
}

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

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

  .ttv-editorial-content .ttv-section-heading h2 {
    font-size: 33px;
  }

  .ttv-editorial-content .ttv-section-heading p {
    font-size: 16px;
  }

  .ttv-editorial-content .ttv-card-grid,
  .ttv-editorial-content .ttv-trust-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }

  .ttv-editorial-content .ttv-info-card,
  .ttv-editorial-content .ttv-use-card,
  .ttv-editorial-content .ttv-trust-card {
    padding: 26px;
  }

  .ttv-editorial-content .ttv-info-card h3,
  .ttv-editorial-content .ttv-use-card h3,
  .ttv-editorial-content .ttv-trust-card h3,
  .ttv-editorial-content .ttv-step-card h3 {
    font-size: 19px;
  }

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

  .ttv-editorial-content .ttv-step-list {
    gap: 20px;
    margin-top: 34px;
  }

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

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

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

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

  .ttv-editorial-content .ttv-section-heading h2 {
    font-size: 40px;
  }

  .ttv-editorial-content .ttv-section-heading p {
    font-size: 17px;
  }

  .ttv-editorial-content .ttv-card-grid,
  .ttv-editorial-content .ttv-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }

  .ttv-editorial-content .ttv-info-card,
  .ttv-editorial-content .ttv-use-card,
  .ttv-editorial-content .ttv-trust-card {
    padding: 28px;
  }

  .ttv-editorial-content .ttv-info-card h3,
  .ttv-editorial-content .ttv-use-card h3,
  .ttv-editorial-content .ttv-trust-card h3,
  .ttv-editorial-content .ttv-step-card h3 {
    font-size: 20px;
  }

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

  .ttv-editorial-content .ttv-step-list {
    gap: 22px;
    margin-top: 42px;
  }

  .ttv-editorial-content .ttv-step-card {
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 30px;
  }

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

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

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

  .ttv-editorial-content .ttv-section-heading h2 {
    font-size: 46px;
  }

  .ttv-editorial-content .ttv-section-heading p {
    font-size: 17px;
  }

  .ttv-editorial-content .ttv-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }

  .ttv-editorial-content .ttv-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }

  .ttv-editorial-content .ttv-info-card,
  .ttv-editorial-content .ttv-use-card,
  .ttv-editorial-content .ttv-trust-card {
    padding: 30px;
  }

  .ttv-editorial-content .ttv-info-card h3,
  .ttv-editorial-content .ttv-use-card h3,
  .ttv-editorial-content .ttv-trust-card h3,
  .ttv-editorial-content .ttv-step-card h3 {
    font-size: 21px;
  }

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

  .ttv-editorial-content .ttv-step-list {
    gap: 22px;
    margin-top: 48px;
  }

  .ttv-editorial-content .ttv-step-card {
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 32px 34px;
  }

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