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

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

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

.ttav-content .ttav-section {
  position: relative;
}

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

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

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

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

.ttav-content .ttav-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #0f6f78;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ttav-content .ttav-kicker::before,
.ttav-content .ttav-kicker::after {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #25f4ee, #fe2c55);
}

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

.ttav-content .ttav-heading p {
  margin: 16px auto 0;
  color: #5d6272;
  max-width: 690px;
}

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

.ttav-content .ttav-card,
.ttav-content .ttav-trust-card {
  position: relative;
  min-width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(23, 24, 33, 0.08);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(17, 19, 26, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  overflow: hidden;
}

.ttav-content .ttav-card::before,
.ttav-content .ttav-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.34), rgba(254, 44, 85, 0.22), rgba(255, 255, 255, 0));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 220ms ease;
}

.ttav-content .ttav-card:hover,
.ttav-content .ttav-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(15, 111, 120, 0.22);
  box-shadow: 0 24px 55px rgba(17, 19, 26, 0.12);
}

.ttav-content .ttav-card:hover::before,
.ttav-content .ttav-trust-card:hover::before {
  opacity: 1;
}

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

.ttav-content .ttav-card p,
.ttav-content .ttav-step p,
.ttav-content .ttav-trust-card p {
  margin: 10px 0 0;
  color: #626879;
  line-height: 1.62;
}

.ttav-content .ttav-icon {
  display: inline-flex;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.16));
  box-shadow: inset 0 0 0 1px rgba(15, 111, 120, 0.12);
}

.ttav-content .ttav-icon::before,
.ttav-content .ttav-icon::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.ttav-content .ttav-icon-view::before {
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 2px solid #0f6f78;
  border-radius: 50%;
}

.ttav-content .ttav-icon-view::after {
  width: 7px;
  height: 7px;
  left: 19px;
  top: 20px;
  background: #fe2c55;
}

.ttav-content .ttav-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #0f6f78;
  border-top-color: #fe2c55;
}

.ttav-content .ttav-icon-speed::after {
  width: 12px;
  height: 2px;
  left: 22px;
  top: 22px;
  background: #fe2c55;
  transform: rotate(-34deg);
  transform-origin: left center;
}

.ttav-content .ttav-icon-preview::before {
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border: 2px solid #0f6f78;
  border-radius: 6px;
}

.ttav-content .ttav-icon-preview::after {
  width: 10px;
  height: 3px;
  left: 18px;
  top: 21px;
  background: #fe2c55;
}

.ttav-content .ttav-icon-steps::before {
  width: 6px;
  height: 6px;
  left: 12px;
  top: 12px;
  background: #25f4ee;
  box-shadow: 0 10px 0 #0f6f78, 0 20px 0 #fe2c55;
}

.ttav-content .ttav-icon-steps::after {
  width: 16px;
  height: 2px;
  right: 10px;
  top: 14px;
  background: #0f6f78;
  box-shadow: 0 10px 0 rgba(15, 111, 120, 0.65), 0 20px 0 rgba(15, 111, 120, 0.38);
}

.ttav-content .ttav-icon-mobile::before {
  width: 16px;
  height: 24px;
  left: 15px;
  top: 10px;
  border: 2px solid #0f6f78;
  border-radius: 6px;
}

.ttav-content .ttav-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 21px;
  top: 27px;
  background: #fe2c55;
}

.ttav-content .ttav-icon-daily::before {
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 2px solid #0f6f78;
}

.ttav-content .ttav-icon-daily::after {
  width: 9px;
  height: 9px;
  right: 10px;
  top: 10px;
  background: #fe2c55;
  box-shadow: -13px 16px 0 #25f4ee;
}

.ttav-content .ttav-steps {
  display: grid;
  gap: 18px;
}

.ttav-content .ttav-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  background: #ffffff;
  border: 1px solid rgba(23, 24, 33, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(17, 19, 26, 0.07);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.ttav-content .ttav-step::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
}

.ttav-content .ttav-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 52px rgba(17, 19, 26, 0.11);
}

.ttav-content .ttav-step-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  color: #ffffff;
  font-weight: 900;
  background: linear-gradient(135deg, #0f6f78, #fe2c55);
  box-shadow: 0 14px 30px rgba(254, 44, 85, 0.18);
}

.ttav-content .ttav-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #0f6f78;
  font-weight: 800;
  font-size: 12px;
  background: rgba(37, 244, 238, 0.12);
  border: 1px solid rgba(15, 111, 120, 0.12);
}

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

.ttav-content .ttav-trust-mark {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  position: relative;
  box-shadow: 0 16px 28px rgba(15, 111, 120, 0.16);
}

.ttav-content .ttav-trust-mark::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  left: 13px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}

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

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

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

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

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

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

  .ttav-content .ttav-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 30px;
  }

  .ttav-content .ttav-card,
  .ttav-content .ttav-trust-card {
    padding: 22px;
    border-radius: 18px;
  }

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

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

  .ttav-content .ttav-steps {
    margin-top: 30px;
  }

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

  .ttav-content .ttav-step-number {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
}

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

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

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

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

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

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

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

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

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

  .ttav-content .ttav-step {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 24px;
  }

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

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

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

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

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

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

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

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

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

  .ttav-content .ttav-steps {
    margin-top: 36px;
  }

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

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

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

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

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

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

  .ttav-content .ttav-grid {
    gap: 20px;
    margin-top: 42px;
  }

  .ttav-content .ttav-grid-six,
  .ttav-content .ttav-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

  .ttav-content .ttav-steps {
    margin-top: 42px;
  }

  .ttav-content .ttav-step {
    gap: 22px;
    padding: 30px;
  }

  .ttav-content .ttav-step-number {
    width: 66px;
    height: 66px;
    font-size: 17px;
  }
}

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

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

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

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

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

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

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

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

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

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

  .ttav-content .ttav-step {
    gap: 26px;
    padding: 32px 34px;
  }

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