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

.ttwv-editorial {
  width: 100%;
  overflow-x: hidden;
  color: #17212f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background: #ffffff;
}

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

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

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

.ttwv-editorial .ttwv-section--soft {
  background:
    radial-gradient(circle at 12% 10%, rgba(37, 244, 238, 0.08), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(254, 44, 85, 0.08), transparent 28%),
    #f8fafc;
}

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

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

.ttwv-editorial .ttwv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  margin: 0 0 14px;
  border: 1px solid rgba(254, 44, 85, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.10));
  color: #c01843;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.ttwv-editorial h2 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.14;
}

.ttwv-editorial .ttwv-section-head p {
  margin: 14px auto 0;
  color: #5b6676;
  font-weight: 450;
}

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

.ttwv-editorial .ttwv-card,
.ttwv-editorial .ttwv-trust-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

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

.ttwv-editorial .ttwv-card:hover,
.ttwv-editorial .ttwv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(254, 44, 85, 0.18);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.12);
}

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

.ttwv-editorial .ttwv-icon {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 12px 24px rgba(254, 44, 85, 0.18);
}

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

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

.ttwv-editorial .ttwv-icon--speed::before {
  width: 22px;
  height: 4px;
  left: 11px;
  top: 20px;
  border-radius: 10px;
}

.ttwv-editorial .ttwv-icon--speed::after {
  width: 11px;
  height: 4px;
  left: 20px;
  top: 14px;
  border-radius: 10px;
}

.ttwv-editorial .ttwv-icon--frame::before {
  inset: 12px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}

.ttwv-editorial .ttwv-icon--steps::before {
  width: 6px;
  height: 6px;
  left: 13px;
  top: 12px;
  border-radius: 50%;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}

.ttwv-editorial .ttwv-icon--steps::after {
  width: 13px;
  height: 3px;
  left: 24px;
  top: 14px;
  border-radius: 10px;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}

.ttwv-editorial .ttwv-icon--mobile::before {
  width: 17px;
  height: 25px;
  left: 14px;
  top: 9px;
  border: 3px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}

.ttwv-editorial .ttwv-icon--daily::before {
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}

.ttwv-editorial .ttwv-icon--daily::after {
  width: 7px;
  height: 3px;
  left: 22px;
  top: 21px;
  border-radius: 8px;
  transform: rotate(-25deg);
}

.ttwv-editorial h3 {
  margin: 0;
  color: #151f2e;
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1.25;
}

.ttwv-editorial .ttwv-card p,
.ttwv-editorial .ttwv-step p,
.ttwv-editorial .ttwv-trust-card p {
  margin: 10px 0 0;
  color: #647084;
  font-weight: 450;
}

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

.ttwv-editorial .ttwv-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(254, 44, 85, 0.12));
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.ttwv-editorial .ttwv-step::after {
  content: "";
  position: absolute;
  top: -45px;
  right: -45px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.16));
}

.ttwv-editorial .ttwv-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.12);
}

.ttwv-editorial .ttwv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: #111827;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.18);
}

.ttwv-editorial .ttwv-step-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.ttwv-editorial .ttwv-card--accent {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.38), rgba(254, 44, 85, 0.30)) border-box;
  border-color: transparent;
}

.ttwv-editorial .ttwv-mini-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 5px 10px;
  margin: 0 0 16px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.11);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.ttwv-editorial .ttwv-trust-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.90)),
    radial-gradient(circle at top left, rgba(37, 244, 238, 0.18), transparent 34%);
}

.ttwv-editorial .ttwv-trust-mark {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 17px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  position: relative;
  box-shadow: 0 12px 24px rgba(37, 244, 238, 0.18);
}

.ttwv-editorial .ttwv-trust-mark::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}

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

.ttwv-editorial .ttwv-reveal.ttwv-is-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) {
  .ttwv-editorial .ttwv-section {
    padding: 48px 0;
  }

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

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

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

  .ttwv-editorial .ttwv-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }

  .ttwv-editorial .ttwv-card,
  .ttwv-editorial .ttwv-trust-card {
    padding: 22px;
    border-radius: 18px;
  }

  .ttwv-editorial h3 {
    font-size: 18px;
  }

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

  .ttwv-editorial .ttwv-steps {
    gap: 14px;
    margin-top: 28px;
  }

  .ttwv-editorial .ttwv-step {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
    border-radius: 18px;
  }

  .ttwv-editorial .ttwv-step-number {
    width: 52px;
    height: 52px;
    font-size: 17px;
  }
}

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

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

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

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

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

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

  .ttwv-editorial h3 {
    font-size: 19px;
  }

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

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

  .ttwv-editorial .ttwv-step {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 24px;
    border-radius: 20px;
  }

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

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

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

  .ttwv-editorial h2 {
    font-size: 33px;
  }

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

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

  .ttwv-editorial .ttwv-card,
  .ttwv-editorial .ttwv-trust-card {
    padding: 26px;
  }

  .ttwv-editorial h3 {
    font-size: 20px;
  }

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

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

  .ttwv-editorial .ttwv-step {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }

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

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

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

  .ttwv-editorial h2 {
    font-size: 40px;
  }

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

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

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

  .ttwv-editorial .ttwv-card,
  .ttwv-editorial .ttwv-trust-card {
    padding: 28px;
  }

  .ttwv-editorial h3 {
    font-size: 21px;
  }

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

  .ttwv-editorial .ttwv-steps {
    gap: 20px;
    margin-top: 42px;
  }

  .ttwv-editorial .ttwv-step {
    grid-template-columns: 76px 1fr;
    gap: 22px;
    padding: 30px;
  }

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

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

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

  .ttwv-editorial h2 {
    font-size: 46px;
  }

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

  .ttwv-editorial .ttwv-grid {
    gap: 24px;
    margin-top: 48px;
  }

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

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

  .ttwv-editorial h3 {
    font-size: 22px;
  }

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

  .ttwv-editorial .ttwv-steps {
    gap: 22px;
    margin-top: 48px;
  }

  .ttwv-editorial .ttwv-step {
    grid-template-columns: 86px 1fr;
    gap: 26px;
    padding: 34px;
  }

  .ttwv-editorial .ttwv-step-number {
    width: 70px;
    height: 70px;
    font-size: 20px;
  }
}