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

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

.ttav-content-wrap .ttav-section {
  position: relative;
  width: 100%;
}

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

.ttav-content-wrap .ttav-section-soft {
  background: linear-gradient(180deg, #fbfbfd 0%, #f6f7fb 100%);
}

.ttav-content-wrap .ttav-container {
  max-width: 1200px;
  margin: 0 auto;
}

.ttav-content-wrap .ttav-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.ttav-content-wrap .ttav-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 0, 96, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 96, 0.08), rgba(0, 242, 234, 0.08));
  color: #cc0f55;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.ttav-content-wrap .ttav-heading h2 {
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.ttav-content-wrap .ttav-heading p {
  margin: 16px auto 0;
  color: #5b6475;
  font-weight: 450;
  line-height: 1.7;
}

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

.ttav-content-wrap .ttav-card,
.ttav-content-wrap .ttav-trust-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ttav-content-wrap .ttav-card::before,
.ttav-content-wrap .ttav-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #ff005f 0%, #8b5cf6 48%, #00f2ea 100%);
  opacity: 0.88;
}

.ttav-content-wrap .ttav-card:hover,
.ttav-content-wrap .ttav-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 0, 96, 0.2);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.11);
}

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

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

.ttav-content-wrap .ttav-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 0, 96, 0.13), rgba(0, 242, 234, 0.14));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.82);
}

.ttav-content-wrap .ttav-icon::before,
.ttav-content-wrap .ttav-icon::after {
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}

.ttav-content-wrap .ttav-card:hover .ttav-icon::before,
.ttav-content-wrap .ttav-card:hover .ttav-icon::after {
  transform: translateX(2px);
}

.ttav-content-wrap .ttav-icon-play::before {
  top: 14px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ff005f;
}

.ttav-content-wrap .ttav-icon-speed::before {
  top: 14px;
  left: 12px;
  width: 22px;
  height: 14px;
  border: 3px solid #00a8a3;
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
}

.ttav-content-wrap .ttav-icon-speed::after {
  top: 22px;
  left: 24px;
  width: 12px;
  height: 3px;
  border-radius: 99px;
  background: #ff005f;
  transform: rotate(-24deg);
  transform-origin: left center;
}

.ttav-content-wrap .ttav-icon-frame::before {
  inset: 13px;
  border: 3px solid #8b5cf6;
  border-radius: 8px;
}

.ttav-content-wrap .ttav-icon-steps::before {
  top: 13px;
  left: 13px;
  width: 20px;
  height: 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, #ff005f, #00f2ea);
}

.ttav-content-wrap .ttav-icon-mobile::before {
  top: 10px;
  left: 15px;
  width: 16px;
  height: 26px;
  border: 3px solid #ff005f;
  border-radius: 7px;
}

.ttav-content-wrap .ttav-icon-daily::before {
  top: 12px;
  left: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid #00a8a3;
  border-radius: 50%;
}

.ttav-content-wrap .ttav-icon-daily::after {
  top: 20px;
  left: 20px;
  width: 13px;
  height: 3px;
  border-radius: 99px;
  background: #8b5cf6;
}

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

.ttav-content-wrap .ttav-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 50px rgba(16, 24, 40, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ttav-content-wrap .ttav-step-card::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 242, 234, 0.18), rgba(255, 0, 96, 0));
}

.ttav-content-wrap .ttav-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 168, 163, 0.22);
  box-shadow: 0 24px 64px rgba(16, 24, 40, 0.1);
}

.ttav-content-wrap .ttav-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff005f 0%, #8b5cf6 52%, #00c7bf 100%);
  box-shadow: 0 16px 34px rgba(255, 0, 96, 0.22);
}

.ttav-content-wrap .ttav-step-content {
  position: relative;
  z-index: 1;
}

.ttav-content-wrap .ttav-badge-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ff005f;
  box-shadow: 16px 0 0 #00c7bf, 32px 0 0 #8b5cf6;
}

.ttav-content-wrap .ttav-trust-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.ttav-content-wrap .ttav-trust-mark {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 0, 96, 0.12), rgba(0, 242, 234, 0.16));
}

.ttav-content-wrap .ttav-trust-mark::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 12px;
  width: 18px;
  height: 10px;
  border-left: 4px solid #00a8a3;
  border-bottom: 4px solid #00a8a3;
  transform: rotate(-45deg);
  border-radius: 2px;
}

.ttav-content-wrap .ttav-note {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 0, 96, 0.13);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 0, 96, 0.07), rgba(0, 242, 234, 0.08));
  text-align: center;
}

.ttav-content-wrap .ttav-note p {
  max-width: 820px;
  margin: 0 auto;
  color: #354052;
}

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

.ttav-content-wrap .ttav-reveal.ttav-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

@media (min-width: 320px) and (max-width: 374px) {
  .ttav-content-wrap .ttav-section {
    padding: 54px 0;
  }

  .ttav-content-wrap .ttav-container {
    padding: 0 14px;
  }

  .ttav-content-wrap .ttav-heading h2 {
    font-size: 27px;
  }

  .ttav-content-wrap .ttav-heading p {
    font-size: 15px;
  }

  .ttav-content-wrap .ttav-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }

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

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

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

  .ttav-content-wrap .ttav-steps {
    gap: 16px;
    margin-top: 32px;
  }

  .ttav-content-wrap .ttav-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }

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

  .ttav-content-wrap .ttav-note {
    margin-top: 22px;
    padding: 22px 18px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ttav-content-wrap .ttav-section {
    padding: 60px 0;
  }

  .ttav-content-wrap .ttav-container {
    padding: 0 18px;
  }

  .ttav-content-wrap .ttav-heading h2 {
    font-size: 30px;
  }

  .ttav-content-wrap .ttav-heading p {
    font-size: 15.5px;
  }

  .ttav-content-wrap .ttav-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

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

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

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

  .ttav-content-wrap .ttav-steps {
    gap: 18px;
    margin-top: 34px;
  }

  .ttav-content-wrap .ttav-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }

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

  .ttav-content-wrap .ttav-note {
    margin-top: 24px;
    padding: 24px 20px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ttav-content-wrap .ttav-section {
    padding: 68px 0;
  }

  .ttav-content-wrap .ttav-container {
    padding: 0 22px;
  }

  .ttav-content-wrap .ttav-heading h2 {
    font-size: 34px;
  }

  .ttav-content-wrap .ttav-heading p {
    font-size: 16px;
  }

  .ttav-content-wrap .ttav-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

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

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

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

  .ttav-content-wrap .ttav-steps {
    gap: 20px;
    margin-top: 38px;
  }

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

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

  .ttav-content-wrap .ttav-note {
    margin-top: 26px;
    padding: 26px 24px;
  }
}

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

  .ttav-content-wrap .ttav-container {
    padding: 0 32px;
  }

  .ttav-content-wrap .ttav-heading h2 {
    font-size: 42px;
  }

  .ttav-content-wrap .ttav-heading p {
    font-size: 17px;
  }

  .ttav-content-wrap .ttav-grid-three,
  .ttav-content-wrap .ttav-grid-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }

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

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

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

  .ttav-content-wrap .ttav-steps {
    gap: 22px;
    margin-top: 44px;
  }

  .ttav-content-wrap .ttav-step-card {
    gap: 24px;
    padding: 30px;
  }

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

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

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

  .ttav-content-wrap .ttav-container {
    padding: 0 28px;
  }

  .ttav-content-wrap .ttav-heading h2 {
    font-size: 48px;
  }

  .ttav-content-wrap .ttav-heading p {
    font-size: 18px;
  }

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

  .ttav-content-wrap .ttav-card,
  .ttav-content-wrap .ttav-trust-card {
    padding: 32px 28px;
  }

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

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

  .ttav-content-wrap .ttav-steps {
    gap: 24px;
    margin-top: 48px;
  }

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

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

  .ttav-content-wrap .ttav-note {
    margin-top: 32px;
    padding: 34px;
  }
}