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

.tav-bottom-content {
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111827;
  background: #ffffff;
}

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

.tav-bottom-content .tav-section {
  position: relative;
  width: 100%;
}

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

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

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

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

.tav-bottom-content .tav-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.10));
  color: #334155;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

.tav-bottom-content .tav-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 18px rgba(254, 44, 85, 0.35);
}

.tav-bottom-content .tav-section-head h2 {
  margin: 0;
  color: #0f172a;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.tav-bottom-content .tav-section-head p {
  margin: 16px auto 0;
  max-width: 680px;
  color: #475569;
  font-weight: 450;
  line-height: 1.7;
}

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

.tav-bottom-content .tav-card,
.tav-bottom-content .tav-trust-card {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  isolation: isolate;
}

.tav-bottom-content .tav-card::after,
.tav-bottom-content .tav-trust-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0), rgba(254, 44, 85, 0));
  opacity: 0;
  transition: opacity 220ms ease;
}

.tav-bottom-content .tav-card:hover,
.tav-bottom-content .tav-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 244, 238, 0.32);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.11);
}

.tav-bottom-content .tav-card:hover::after,
.tav-bottom-content .tav-trust-card:hover::after {
  opacity: 1;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.20), rgba(254, 44, 85, 0.16));
}

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

.tav-bottom-content .tav-card p,
.tav-bottom-content .tav-step-copy p,
.tav-bottom-content .tav-trust-card p {
  margin: 10px 0 0;
  color: #536174;
  font-weight: 440;
  line-height: 1.68;
}

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

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

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

.tav-bottom-content .tav-icon-play::before {
  left: 18px;
  top: 14px;
  border-left: 13px solid #fe2c55;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.tav-bottom-content .tav-icon-fast::before {
  left: 12px;
  top: 22px;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: #111827;
  box-shadow: 6px -8px 0 #25f4ee, 10px 8px 0 #fe2c55;
}

.tav-bottom-content .tav-icon-preview::before {
  left: 11px;
  top: 14px;
  width: 24px;
  height: 18px;
  border: 2px solid #111827;
  border-radius: 7px;
}

.tav-bottom-content .tav-icon-preview::after {
  left: 20px;
  top: 20px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #25f4ee;
}

.tav-bottom-content .tav-icon-steps::before {
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
}

.tav-bottom-content .tav-icon-mobile::before {
  left: 16px;
  top: 10px;
  width: 15px;
  height: 26px;
  border: 2px solid #111827;
  border-radius: 6px;
}

.tav-bottom-content .tav-icon-mobile::after {
  left: 22px;
  bottom: 12px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #fe2c55;
}

.tav-bottom-content .tav-icon-daily::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid #25f4ee;
  border-right-color: #fe2c55;
}

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

.tav-bottom-content .tav-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff, #fbfdff);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.075);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.tav-bottom-content .tav-step-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
}

.tav-bottom-content .tav-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(254, 44, 85, 0.20);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.105);
}

.tav-bottom-content .tav-step-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: #0f172a;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
}

.tav-bottom-content .tav-use-card {
  overflow: hidden;
}

.tav-bottom-content .tav-use-card::before {
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 92px;
  height: 92px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.14));
}

.tav-bottom-content .tav-chip {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #334155;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.tav-bottom-content .tav-trust-card {
  overflow: hidden;
}

.tav-bottom-content .tav-trust-mark {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 16px 30px rgba(254, 44, 85, 0.18);
}

.tav-bottom-content .tav-trust-mark::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 13px;
  width: 12px;
  height: 18px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(42deg);
}

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

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

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

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

  .tav-bottom-content .tav-section-head h2 {
    font-size: 26px;
  }

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

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

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

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

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

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

  .tav-bottom-content .tav-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .tav-bottom-content .tav-step-number {
    width: 56px;
    height: 56px;
    font-size: 17px;
  }
}

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

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

  .tav-bottom-content .tav-section-head h2 {
    font-size: 29px;
  }

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

  .tav-bottom-content .tav-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

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

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

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

  .tav-bottom-content .tav-steps {
    gap: 18px;
    margin-top: 32px;
  }

  .tav-bottom-content .tav-step-card {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }

  .tav-bottom-content .tav-step-number {
    width: 58px;
    height: 58px;
    font-size: 18px;
  }
}

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

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

  .tav-bottom-content .tav-section-head h2 {
    font-size: 32px;
  }

  .tav-bottom-content .tav-section-head p {
    font-size: 15.5px;
  }

  .tav-bottom-content .tav-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }

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

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

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

  .tav-bottom-content .tav-steps {
    gap: 20px;
    margin-top: 36px;
  }

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

  .tav-bottom-content .tav-step-number {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

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

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

  .tav-bottom-content .tav-section-head h2 {
    font-size: 40px;
  }

  .tav-bottom-content .tav-section-head p {
    font-size: 16.5px;
  }

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

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

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

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

  .tav-bottom-content .tav-steps {
    gap: 22px;
    margin-top: 42px;
  }

  .tav-bottom-content .tav-step-card {
    gap: 24px;
    padding: 30px;
  }

  .tav-bottom-content .tav-step-number {
    width: 68px;
    height: 68px;
    font-size: 19px;
  }
}

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

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

  .tav-bottom-content .tav-section-head h2 {
    font-size: 46px;
  }

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

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

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

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

  .tav-bottom-content .tav-card p,
  .tav-bottom-content .tav-step-copy p,
  .tav-bottom-content .tav-trust-card p {
    font-size: 15.8px;
  }

  .tav-bottom-content .tav-steps {
    gap: 22px;
    margin-top: 48px;
  }

  .tav-bottom-content .tav-step-card {
    gap: 28px;
    padding: 34px 38px;
  }

  .tav-bottom-content .tav-step-number {
    width: 74px;
    height: 74px;
    font-size: 20px;
  }
}