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

.tavc-wrap {
  width: 100%;
  max-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.5;
}

.tavc-wrap .tavc-section {
  position: relative;
  width: 100%;
  isolation: isolate;
}

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

.tavc-wrap .tavc-section-soft {
  background: linear-gradient(180deg, #fafbff 0%, #f7f8fb 100%);
}

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

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

.tavc-wrap .tavc-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 210, 255, 0.25);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 80, 0.1));
  color: #0d5b66;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.tavc-wrap .tavc-heading h2 {
  margin: 0;
  color: #121a2b;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}

.tavc-wrap .tavc-heading p {
  margin: 16px auto 0;
  max-width: 680px;
  color: #5d687b;
  line-height: 1.7;
}

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

.tavc-wrap .tavc-card,
.tavc-wrap .tavc-trust-card,
.tavc-wrap .tavc-step {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(28, 38, 64, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(20, 28, 46, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tavc-wrap .tavc-card::before,
.tavc-wrap .tavc-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at top right, rgba(0, 242, 234, 0.13), transparent 36%),
    radial-gradient(circle at bottom left, rgba(255, 0, 80, 0.1), transparent 34%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.tavc-wrap .tavc-card:hover,
.tavc-wrap .tavc-trust-card:hover,
.tavc-wrap .tavc-step:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 210, 255, 0.32);
  box-shadow: 0 24px 60px rgba(20, 28, 46, 0.12);
}

.tavc-wrap .tavc-card:hover::before,
.tavc-wrap .tavc-trust-card:hover::before {
  opacity: 1;
}

.tavc-wrap .tavc-card h3,
.tavc-wrap .tavc-trust-card h3,
.tavc-wrap .tavc-step h3 {
  position: relative;
  margin: 0;
  color: #141d30;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}

.tavc-wrap .tavc-card p,
.tavc-wrap .tavc-trust-card p,
.tavc-wrap .tavc-step p {
  position: relative;
  margin: 10px 0 0;
  color: #5f6b7d;
  line-height: 1.68;
}

.tavc-wrap .tavc-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00f2ea, #ff0050);
  box-shadow: 0 12px 24px rgba(255, 0, 80, 0.18);
}

.tavc-wrap .tavc-icon::before,
.tavc-wrap .tavc-icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
}

.tavc-wrap .tavc-icon-view::before {
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 50%;
  opacity: 0.96;
}

.tavc-wrap .tavc-icon-view::after {
  width: 7px;
  height: 7px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #101728;
}

.tavc-wrap .tavc-icon-speed::before {
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  opacity: 0.95;
}

.tavc-wrap .tavc-icon-speed::after {
  width: 12px;
  height: 3px;
  left: 23px;
  top: 20px;
  border-radius: 8px;
  transform: rotate(-32deg);
}

.tavc-wrap .tavc-icon-preview::before {
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border-radius: 5px;
  opacity: 0.95;
}

.tavc-wrap .tavc-icon-preview::after {
  width: 12px;
  height: 3px;
  left: 17px;
  top: 21px;
  border-radius: 10px;
  background: #101728;
}

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

.tavc-wrap .tavc-icon-steps::after {
  width: 16px;
  height: 3px;
  left: 23px;
  top: 15px;
  border-radius: 8px;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}

.tavc-wrap .tavc-icon-mobile::before {
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border-radius: 6px;
  opacity: 0.95;
}

.tavc-wrap .tavc-icon-mobile::after {
  width: 6px;
  height: 2px;
  left: 20px;
  top: 31px;
  border-radius: 10px;
  background: #101728;
}

.tavc-wrap .tavc-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  opacity: 0.95;
}

.tavc-wrap .tavc-icon-daily::after {
  width: 10px;
  height: 10px;
  left: 22px;
  top: 14px;
  border-radius: 2px;
  border-left: 3px solid #101728;
  border-bottom: 3px solid #101728;
  background: transparent;
}

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

.tavc-wrap .tavc-step {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
}

.tavc-wrap .tavc-step::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 33px;
  width: 2px;
  background: linear-gradient(180deg, rgba(0, 242, 234, 0.6), rgba(255, 0, 80, 0.45));
  opacity: 0.32;
}

.tavc-wrap .tavc-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border-radius: 20px;
  background: #101728;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 32px rgba(16, 23, 40, 0.18);
}

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

.tavc-wrap .tavc-badge {
  position: relative;
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 242, 234, 0.12);
  color: #0a6570;
  font-size: 12px;
  font-weight: 850;
}

.tavc-wrap .tavc-trust-card {
  text-align: left;
}

.tavc-wrap .tavc-trust-mark {
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00f2ea, #ff0050);
}

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

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

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

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

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

  .tavc-wrap .tavc-heading h2 {
    font-size: 25px;
  }

  .tavc-wrap .tavc-heading p {
    font-size: 14px;
  }

  .tavc-wrap .tavc-grid,
  .tavc-wrap .tavc-steps {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .tavc-wrap .tavc-card,
  .tavc-wrap .tavc-trust-card {
    padding: 22px;
  }

  .tavc-wrap .tavc-step {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .tavc-wrap .tavc-step::after {
    display: none;
  }

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

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

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

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

  .tavc-wrap .tavc-heading h2 {
    font-size: 28px;
  }

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

  .tavc-wrap .tavc-grid,
  .tavc-wrap .tavc-steps {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

  .tavc-wrap .tavc-card,
  .tavc-wrap .tavc-trust-card {
    padding: 24px;
  }

  .tavc-wrap .tavc-step {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

  .tavc-wrap .tavc-step::after {
    display: none;
  }

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

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

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

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

  .tavc-wrap .tavc-heading h2 {
    font-size: 31px;
  }

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

  .tavc-wrap .tavc-grid,
  .tavc-wrap .tavc-steps {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }

  .tavc-wrap .tavc-card,
  .tavc-wrap .tavc-trust-card {
    padding: 26px;
  }

  .tavc-wrap .tavc-step {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }

  .tavc-wrap .tavc-step::after {
    display: none;
  }

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

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

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

  .tavc-wrap .tavc-container {
    padding: 0 30px;
  }

  .tavc-wrap .tavc-heading h2 {
    font-size: 38px;
  }

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

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

  .tavc-wrap .tavc-steps {
    gap: 20px;
    margin-top: 44px;
  }

  .tavc-wrap .tavc-card,
  .tavc-wrap .tavc-trust-card {
    padding: 28px;
  }

  .tavc-wrap .tavc-step {
    gap: 24px;
    padding: 28px;
  }

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

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

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

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

  .tavc-wrap .tavc-heading h2 {
    font-size: 44px;
  }

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

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

  .tavc-wrap .tavc-steps {
    gap: 22px;
    margin-top: 48px;
  }

  .tavc-wrap .tavc-card,
  .tavc-wrap .tavc-trust-card {
    min-height: 100%;
    padding: 30px;
  }

  .tavc-wrap .tavc-step {
    gap: 26px;
    padding: 30px 34px;
  }

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

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