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

.ttdraft-editorial {
  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;
}

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

.ttdraft-editorial .ttdraft-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

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

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

.ttdraft-editorial .ttdraft-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ttdraft-editorial .ttdraft-section::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37, 244, 238, 0.16), rgba(255, 0, 80, 0.08) 48%, rgba(255, 255, 255, 0) 70%);
  top: -120px;
  right: max(24px, calc((100vw - 1200px) / 2));
  pointer-events: none;
}

.ttdraft-editorial .ttdraft-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.ttdraft-editorial .ttdraft-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 12px;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 0, 80, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(255, 0, 80, 0.10));
  color: #b20f44;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.ttdraft-editorial h2 {
  margin: 0;
  color: #101827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}

.ttdraft-editorial .ttdraft-heading p {
  margin: 14px auto 0;
  max-width: 700px;
  color: #5b6678;
  line-height: 1.7;
}

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

.ttdraft-editorial .ttdraft-card {
  position: relative;
  height: 100%;
  padding: 28px;
  border: 1px solid rgba(20, 32, 54, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(20, 32, 54, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ttdraft-editorial .ttdraft-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.36), rgba(255, 0, 80, 0.28), rgba(255, 255, 255, 0));
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.ttdraft-editorial .ttdraft-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 80, 0.20);
  box-shadow: 0 24px 60px rgba(20, 32, 54, 0.13);
}

.ttdraft-editorial .ttdraft-card:hover::after {
  opacity: 1;
}

.ttdraft-editorial .ttdraft-card h3,
.ttdraft-editorial .ttdraft-step h3 {
  margin: 0;
  color: #121b2c;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttdraft-editorial .ttdraft-card p,
.ttdraft-editorial .ttdraft-step p {
  margin: 10px 0 0;
  color: #5c6878;
  line-height: 1.7;
}

.ttdraft-editorial .ttdraft-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee 0%, #ffffff 45%, #ff0050 100%);
  box-shadow: 0 14px 28px rgba(255, 0, 80, 0.13);
  position: relative;
  transition: transform 220ms ease;
}

.ttdraft-editorial .ttdraft-card:hover .ttdraft-icon {
  transform: translateY(-2px) rotate(-2deg);
}

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

.ttdraft-editorial .ttdraft-icon-play::before {
  width: 0;
  height: 0;
  top: 14px;
  left: 18px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #101827;
  background: transparent;
}

.ttdraft-editorial .ttdraft-icon-bolt::before {
  width: 12px;
  height: 22px;
  top: 12px;
  left: 17px;
  clip-path: polygon(55% 0, 100% 0, 64% 42%, 100% 42%, 35% 100%, 48% 55%, 0 55%);
}

.ttdraft-editorial .ttdraft-icon-frame::before {
  inset: 12px;
  border: 2px solid #101827;
  border-radius: 7px;
  background: transparent;
}

.ttdraft-editorial .ttdraft-icon-path::before {
  width: 22px;
  height: 3px;
  top: 21px;
  left: 12px;
  border-radius: 999px;
}

.ttdraft-editorial .ttdraft-icon-path::after {
  width: 8px;
  height: 8px;
  top: 18px;
  right: 12px;
  border-top: 3px solid #101827;
  border-right: 3px solid #101827;
  background: transparent;
  transform: rotate(45deg);
}

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

.ttdraft-editorial .ttdraft-icon-daily::before {
  width: 22px;
  height: 18px;
  top: 15px;
  left: 12px;
  border: 2px solid #101827;
  border-radius: 6px;
  background: transparent;
}

.ttdraft-editorial .ttdraft-icon-lock::before {
  width: 22px;
  height: 17px;
  top: 20px;
  left: 12px;
  border-radius: 6px;
}

.ttdraft-editorial .ttdraft-icon-lock::after {
  width: 16px;
  height: 14px;
  top: 9px;
  left: 15px;
  border: 3px solid #101827;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}

.ttdraft-editorial .ttdraft-icon-speed::before {
  width: 24px;
  height: 24px;
  top: 12px;
  left: 11px;
  border: 3px solid #101827;
  border-top-color: transparent;
  border-radius: 999px;
  background: transparent;
}

.ttdraft-editorial .ttdraft-icon-check::before {
  width: 19px;
  height: 10px;
  top: 16px;
  left: 13px;
  border-left: 4px solid #101827;
  border-bottom: 4px solid #101827;
  background: transparent;
  transform: rotate(-45deg);
}

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

.ttdraft-editorial .ttdraft-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(20, 32, 54, 0.09);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 252, 255, 0.94));
  box-shadow: 0 18px 48px rgba(20, 32, 54, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.ttdraft-editorial .ttdraft-step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #25f4ee, #ff0050);
}

.ttdraft-editorial .ttdraft-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 58px rgba(20, 32, 54, 0.12);
}

.ttdraft-editorial .ttdraft-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #101827;
  font-weight: 850;
  line-height: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.22), rgba(255, 0, 80, 0.14));
  border: 1px solid rgba(255, 0, 80, 0.16);
}

.ttdraft-editorial .ttdraft-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  margin-bottom: 16px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f5f8fb;
  border: 1px solid rgba(20, 32, 54, 0.08);
  color: #b20f44;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0;
}

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

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

.ttdraft-editorial .ttdraft-reveal.ttdraft-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

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

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

  .ttdraft-editorial h2 {
    font-size: 27px;
  }

  .ttdraft-editorial .ttdraft-heading p {
    font-size: 15px;
  }

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

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

  .ttdraft-editorial .ttdraft-card h3,
  .ttdraft-editorial .ttdraft-step h3 {
    font-size: 18px;
  }

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

  .ttdraft-editorial .ttdraft-steps {
    gap: 16px;
    margin-top: 28px;
  }

  .ttdraft-editorial .ttdraft-step {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }

  .ttdraft-editorial .ttdraft-step-number {
    width: 54px;
    height: 44px;
    font-size: 18px;
  }
}

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

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

  .ttdraft-editorial h2 {
    font-size: 30px;
  }

  .ttdraft-editorial .ttdraft-heading p {
    font-size: 15.5px;
  }

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

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

  .ttdraft-editorial .ttdraft-card h3,
  .ttdraft-editorial .ttdraft-step h3 {
    font-size: 19px;
  }

  .ttdraft-editorial .ttdraft-card p,
  .ttdraft-editorial .ttdraft-step p {
    font-size: 14.5px;
  }

  .ttdraft-editorial .ttdraft-steps {
    gap: 18px;
    margin-top: 30px;
  }

  .ttdraft-editorial .ttdraft-step {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px;
  }

  .ttdraft-editorial .ttdraft-step-number {
    width: 58px;
    height: 46px;
    font-size: 19px;
  }
}

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

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

  .ttdraft-editorial h2 {
    font-size: 34px;
  }

  .ttdraft-editorial .ttdraft-heading p {
    font-size: 16px;
  }

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

  .ttdraft-editorial .ttdraft-card {
    padding: 26px;
  }

  .ttdraft-editorial .ttdraft-card h3,
  .ttdraft-editorial .ttdraft-step h3 {
    font-size: 20px;
  }

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

  .ttdraft-editorial .ttdraft-steps {
    gap: 20px;
    margin-top: 34px;
  }

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

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

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

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

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

  .ttdraft-editorial .ttdraft-heading p {
    font-size: 17px;
  }

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

  .ttdraft-editorial .ttdraft-card {
    padding: 28px;
  }

  .ttdraft-editorial .ttdraft-card h3,
  .ttdraft-editorial .ttdraft-step h3 {
    font-size: 21px;
  }

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

  .ttdraft-editorial .ttdraft-steps {
    gap: 22px;
    margin-top: 42px;
  }

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

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

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

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

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

  .ttdraft-editorial .ttdraft-heading p {
    font-size: 18px;
  }

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

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

  .ttdraft-editorial .ttdraft-card {
    padding: 30px;
  }

  .ttdraft-editorial .ttdraft-card h3,
  .ttdraft-editorial .ttdraft-step h3 {
    font-size: 22px;
  }

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

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

  .ttdraft-editorial .ttdraft-step {
    grid-template-columns: auto 1fr;
    gap: 26px;
    padding: 34px 36px;
  }

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

@media (prefers-reduced-motion: reduce) {
  .ttdraft-editorial .ttdraft-card,
  .ttdraft-editorial .ttdraft-step,
  .ttdraft-editorial .ttdraft-icon,
  .ttdraft-editorial .ttdraft-reveal,
  .ttdraft-editorial .ttdraft-reveal.ttdraft-visible {
    transition: none;
    transform: none;
  }

  .ttdraft-editorial .ttdraft-reveal {
    opacity: 1;
  }
}