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

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

.ttpav-content,
.ttpav-content section,
.ttpav-content div,
.ttpav-content article,
.ttpav-content span,
.ttpav-content h2,
.ttpav-content h3,
.ttpav-content p {
  box-sizing: border-box;
}

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

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

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

.ttpav-content .ttpav-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

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

.ttpav-content .ttpav-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(18, 194, 233, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(18, 194, 233, 0.1), rgba(255, 0, 122, 0.08));
  color: #0b6578;
  font-weight: 750;
  letter-spacing: 0;
}

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

.ttpav-content .ttpav-heading p {
  margin: 16px auto 0;
  max-width: 700px;
  color: #526174;
  font-weight: 450;
}

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

.ttpav-content .ttpav-card,
.ttpav-content .ttpav-trust-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(21, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(16, 24, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttpav-content .ttpav-card::before,
.ttpav-content .ttpav-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(circle at 18% 0%, rgba(18, 194, 233, 0.12), transparent 34%),
    radial-gradient(circle at 100% 15%, rgba(255, 0, 122, 0.08), transparent 36%);
  opacity: 0;
  transition: opacity 260ms ease;
}

.ttpav-content .ttpav-card:hover,
.ttpav-content .ttpav-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(18, 194, 233, 0.3);
  box-shadow: 0 24px 60px rgba(16, 24, 39, 0.12);
}

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

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

.ttpav-content .ttpav-card p,
.ttpav-content .ttpav-trust-card p,
.ttpav-content .ttpav-step-card p {
  position: relative;
  margin: 10px 0 0;
  color: #5d6b7d;
  font-weight: 430;
}

.ttpav-content .ttpav-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #12c2e9 0%, #7b61ff 52%, #ff007a 100%);
  box-shadow: 0 12px 28px rgba(123, 97, 255, 0.22);
}

.ttpav-content .ttpav-icon::before,
.ttpav-content .ttpav-icon::after {
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}

.ttpav-content .ttpav-card:hover .ttpav-icon::before,
.ttpav-content .ttpav-card:hover .ttpav-icon::after {
  transform: translateY(-2px);
}

.ttpav-content .ttpav-icon-view::before {
  width: 20px;
  height: 12px;
  left: 13px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}

.ttpav-content .ttpav-icon-view::after {
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  background: #ffffff;
  border-radius: 50%;
}

.ttpav-content .ttpav-icon-speed::before {
  width: 19px;
  height: 19px;
  left: 14px;
  top: 14px;
  border: 2px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
}

.ttpav-content .ttpav-icon-speed::after {
  width: 13px;
  height: 2px;
  left: 22px;
  top: 21px;
  background: #ffffff;
  border-radius: 99px;
  transform-origin: left center;
  transform: rotate(-34deg);
}

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

.ttpav-content .ttpav-icon-preview::after {
  width: 12px;
  height: 2px;
  left: 17px;
  top: 34px;
  background: #ffffff;
  border-radius: 99px;
}

.ttpav-content .ttpav-icon-steps::before {
  width: 6px;
  height: 6px;
  left: 13px;
  top: 13px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}

.ttpav-content .ttpav-icon-steps::after {
  width: 14px;
  height: 2px;
  left: 24px;
  top: 15px;
  background: #ffffff;
  border-radius: 99px;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}

.ttpav-content .ttpav-icon-mobile::before {
  width: 16px;
  height: 24px;
  left: 15px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}

.ttpav-content .ttpav-icon-mobile::after {
  width: 5px;
  height: 2px;
  left: 21px;
  top: 30px;
  background: #ffffff;
  border-radius: 99px;
}

.ttpav-content .ttpav-icon-daily::before {
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}

.ttpav-content .ttpav-icon-daily::after {
  width: 11px;
  height: 7px;
  left: 18px;
  top: 18px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}

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

.ttpav-content .ttpav-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(21, 32, 51, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fafdff 100%);
  box-shadow: 0 20px 50px rgba(16, 24, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttpav-content .ttpav-step-card::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -54px;
  top: -70px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(18, 194, 233, 0.14), rgba(255, 0, 122, 0.1));
}

.ttpav-content .ttpav-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 122, 0.2);
  box-shadow: 0 26px 62px rgba(16, 24, 39, 0.12);
}

.ttpav-content .ttpav-step-number {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #101827;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(16, 24, 39, 0.2);
}

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

.ttpav-content .ttpav-badge-dot {
  position: relative;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 0 0 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #12c2e9, #ff007a);
  box-shadow: 0 0 0 8px rgba(18, 194, 233, 0.1), 0 12px 26px rgba(255, 0, 122, 0.16);
}

.ttpav-content .ttpav-trust-card {
  text-align: left;
}

.ttpav-content .ttpav-trust-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(18, 194, 233, 0.14), rgba(255, 0, 122, 0.12));
  color: #0d6376;
  font-weight: 850;
}

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

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

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

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

  .ttpav-content .ttpav-kicker {
    font-size: 12px;
  }

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

  .ttpav-content .ttpav-heading p {
    font-size: 14px;
  }

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

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

  .ttpav-content .ttpav-card h3,
  .ttpav-content .ttpav-trust-card h3,
  .ttpav-content .ttpav-step-card h3 {
    font-size: 17px;
  }

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

  .ttpav-content .ttpav-steps {
    gap: 16px;
    margin-top: 30px;
  }

  .ttpav-content .ttpav-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }

  .ttpav-content .ttpav-step-number,
  .ttpav-content .ttpav-trust-mark {
    width: 48px;
    height: 48px;
    font-size: 15px;
  }
}

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

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

  .ttpav-content .ttpav-kicker {
    font-size: 12px;
  }

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

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

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

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

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

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

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

  .ttpav-content .ttpav-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
    border-radius: 20px;
  }

  .ttpav-content .ttpav-step-number,
  .ttpav-content .ttpav-trust-mark {
    width: 50px;
    height: 50px;
    font-size: 15px;
  }
}

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

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

  .ttpav-content .ttpav-kicker {
    font-size: 13px;
  }

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

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

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

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

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

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

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

  .ttpav-content .ttpav-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }

  .ttpav-content .ttpav-step-number,
  .ttpav-content .ttpav-trust-mark {
    width: 54px;
    height: 54px;
    font-size: 16px;
  }
}

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

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

  .ttpav-content .ttpav-kicker {
    font-size: 13px;
  }

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

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

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

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

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

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

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

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

  .ttpav-content .ttpav-step-number,
  .ttpav-content .ttpav-trust-mark {
    width: 58px;
    height: 58px;
    font-size: 17px;
  }
}

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

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

  .ttpav-content .ttpav-kicker {
    font-size: 13px;
  }

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

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

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

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

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

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

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

  .ttpav-content .ttpav-step-card {
    gap: 26px;
    padding: 34px;
  }

  .ttpav-content .ttpav-step-number,
  .ttpav-content .ttpav-trust-mark {
    width: 62px;
    height: 62px;
    font-size: 18px;
  }
}