@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: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

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

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

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

.ttav-content .ttav-section-soft {
  background:
    radial-gradient(circle at 12% 8%, rgba(37, 244, 238, 0.12), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(254, 44, 85, 0.10), transparent 30%),
    #f8fafc;
}

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

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

.ttav-content .ttav-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 7px 12px;
  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: #bf1640;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.ttav-content .ttav-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 4px rgba(37, 244, 238, 0.12);
}

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

.ttav-content .ttav-section-head p {
  margin: 14px auto 0;
  max-width: 700px;
  color: #5b6475;
  line-height: 1.7;
}

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

.ttav-content .ttav-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 44px rgba(16, 24, 40, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttav-content .ttav-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.32), rgba(254, 44, 85, 0.24));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.ttav-content .ttav-card > * {
  position: relative;
  z-index: 1;
}

.ttav-content .ttav-card:hover {
  transform: translateY(-6px);
  border-color: rgba(254, 44, 85, 0.18);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.13);
}

.ttav-content .ttav-card:hover::after {
  opacity: 0.12;
}

.ttav-content h3 {
  margin: 0;
  color: #141b2d;
  font-weight: 780;
  line-height: 1.24;
  letter-spacing: 0;
}

.ttav-content .ttav-card p,
.ttav-content .ttav-step-card p {
  margin: 10px 0 0;
  color: #606a7b;
  line-height: 1.7;
}

.ttav-content .ttav-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 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(255, 255, 255, 0.8);
  transition: transform 260ms ease;
}

.ttav-content .ttav-card:hover .ttav-icon {
  transform: translateY(-3px) rotate(-2deg);
}

.ttav-content .ttav-icon::before,
.ttav-content .ttav-icon::after {
  content: "";
  display: block;
  margin: auto;
}

.ttav-content .ttav-icon-play::before {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #fe2c55;
  transform: translateX(2px);
}

.ttav-content .ttav-icon-bolt::before {
  width: 11px;
  height: 20px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  clip-path: polygon(52% 0, 100% 0, 64% 42%, 100% 42%, 34% 100%, 48% 54%, 0 54%);
}

.ttav-content .ttav-icon-frame::before {
  width: 20px;
  height: 15px;
  border: 2px solid #fe2c55;
  border-radius: 5px;
  box-shadow: 5px 5px 0 rgba(37, 244, 238, 0.45);
}

.ttav-content .ttav-icon-path::before {
  width: 21px;
  height: 21px;
  border: 2px solid #25bfc0;
  border-top-color: #fe2c55;
  border-radius: 50%;
}

.ttav-content .ttav-icon-phone::before {
  width: 15px;
  height: 23px;
  border: 2px solid #fe2c55;
  border-radius: 5px;
  box-shadow: inset 0 -4px 0 rgba(37, 244, 238, 0.35);
}

.ttav-content .ttav-icon-check::before {
  width: 18px;
  height: 10px;
  border-left: 3px solid #25bfc0;
  border-bottom: 3px solid #25bfc0;
  transform: rotate(-45deg) translate(2px, -2px);
}

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

.ttav-content .ttav-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 22px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff, #fbfdff);
  box-shadow: 0 18px 46px rgba(16, 24, 40, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttav-content .ttav-step-card::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(37, 244, 238, 0.45), rgba(254, 44, 85, 0.35), transparent);
}

.ttav-content .ttav-step-card:hover {
  transform: translateX(4px);
  border-color: rgba(37, 244, 238, 0.24);
  box-shadow: 0 24px 58px rgba(16, 24, 40, 0.12);
}

.ttav-content .ttav-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #23304a);
  color: #ffffff;
  font-weight: 840;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.18);
}

.ttav-content .ttav-badge {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.12);
  color: #097f83;
  font-size: 12px;
  font-weight: 780;
  line-height: 1;
}

.ttav-content .ttav-trust-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at top right, rgba(254, 44, 85, 0.14), transparent 36%);
}

.ttav-content .ttav-trust-mark {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 26px rgba(254, 44, 85, 0.18);
}

.ttav-content .ttav-trust-mark::before {
  content: "";
  width: 17px;
  height: 9px;
  margin: auto;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg) translate(1px, -1px);
}

.ttav-content .ttav-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.ttav-content .ttav-reveal.ttav-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

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

  .ttav-content .ttav-section-head p {
    font-size: 14px;
  }

  .ttav-content .ttav-section-head {
    margin-bottom: 28px;
  }

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

  .ttav-content .ttav-card {
    padding: 20px;
  }

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

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

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

  .ttav-content .ttav-step-card::before {
    display: none;
  }

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

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

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

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

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

  .ttav-content .ttav-section-head {
    margin-bottom: 30px;
  }

  .ttav-content .ttav-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .ttav-content .ttav-card {
    padding: 22px;
  }

  .ttav-content h3 {
    font-size: 19px;
  }

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

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

  .ttav-content .ttav-step-card::before {
    display: none;
  }

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

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

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

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

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

  .ttav-content .ttav-section-head {
    margin-bottom: 34px;
  }

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

  .ttav-content .ttav-card {
    padding: 24px;
  }

  .ttav-content h3 {
    font-size: 20px;
  }

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

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

  .ttav-content .ttav-step-card::before {
    display: none;
  }

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

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

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

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

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

  .ttav-content .ttav-section-head {
    margin-bottom: 42px;
  }

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

  .ttav-content .ttav-card {
    padding: 26px;
  }

  .ttav-content h3 {
    font-size: 21px;
  }

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

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

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

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

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

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

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

  .ttav-content .ttav-section-head {
    margin-bottom: 48px;
  }

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

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

  .ttav-content h3 {
    font-size: 22px;
  }

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

  .ttav-content .ttav-step-card {
    padding: 30px 32px;
  }

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