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

.ttuv-bottom-2026 {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #17202a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}

.ttuv-bottom-2026,
.ttuv-bottom-2026 div,
.ttuv-bottom-2026 section,
.ttuv-bottom-2026 article {
  box-sizing: border-box;
}

.ttuv-bottom-2026 .ttuv-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ttuv-bottom-2026 .ttuv-section-white {
  background: #ffffff;
}

.ttuv-bottom-2026 .ttuv-section-soft {
  background:
    radial-gradient(circle at 12% 16%, rgba(37, 244, 238, 0.12), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(254, 44, 85, 0.1), transparent 28%),
    #f8fafc;
}

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

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

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

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

.ttuv-bottom-2026 h2,
.ttuv-bottom-2026 h3,
.ttuv-bottom-2026 p {
  margin-top: 0;
}

.ttuv-bottom-2026 h2 {
  margin-bottom: 14px;
  color: #101722;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: 0;
}

.ttuv-bottom-2026 .ttuv-section-head p {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 700px;
  color: #5e6a78;
  line-height: 1.75;
}

.ttuv-bottom-2026 .ttuv-grid {
  display: grid;
  align-items: stretch;
}

.ttuv-bottom-2026 .ttuv-card,
.ttuv-bottom-2026 .ttuv-trust-card {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(19, 28, 38, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.5), rgba(254, 44, 85, 0.35)) border-box;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttuv-bottom-2026 .ttuv-card::after,
.ttuv-bottom-2026 .ttuv-trust-card::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 145px;
  height: 145px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37, 244, 238, 0.14), rgba(254, 44, 85, 0.06), transparent 68%);
  pointer-events: none;
  transition: transform 300ms ease, opacity 300ms ease;
}

.ttuv-bottom-2026 .ttuv-card:hover,
.ttuv-bottom-2026 .ttuv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(254, 44, 85, 0.2);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.13);
}

.ttuv-bottom-2026 .ttuv-card:hover::after,
.ttuv-bottom-2026 .ttuv-trust-card:hover::after {
  transform: scale(1.12);
  opacity: 0.9;
}

.ttuv-bottom-2026 .ttuv-card h3,
.ttuv-bottom-2026 .ttuv-trust-card h3,
.ttuv-bottom-2026 .ttuv-step-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  color: #141c27;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttuv-bottom-2026 .ttuv-card p,
.ttuv-bottom-2026 .ttuv-trust-card p,
.ttuv-bottom-2026 .ttuv-step-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #607080;
  line-height: 1.7;
}

.ttuv-bottom-2026 .ttuv-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
  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.76);
}

.ttuv-bottom-2026 .ttuv-icon::before,
.ttuv-bottom-2026 .ttuv-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.ttuv-bottom-2026 .ttuv-icon-play::before {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #fe2c55;
}

.ttuv-bottom-2026 .ttuv-icon-speed::before {
  width: 24px;
  height: 24px;
  border: 3px solid #25bdb8;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.ttuv-bottom-2026 .ttuv-icon-speed::after {
  width: 12px;
  height: 3px;
  border-radius: 99px;
  background: #fe2c55;
  transform: rotate(-35deg) translate(4px, -1px);
}

.ttuv-bottom-2026 .ttuv-icon-preview::before {
  width: 24px;
  height: 16px;
  border: 3px solid #25bdb8;
  border-radius: 8px;
}

.ttuv-bottom-2026 .ttuv-icon-preview::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fe2c55;
}

.ttuv-bottom-2026 .ttuv-icon-flow::before {
  width: 24px;
  height: 24px;
  border: 3px solid #25bdb8;
  border-right-color: #fe2c55;
  border-radius: 8px;
  transform: rotate(45deg);
}

.ttuv-bottom-2026 .ttuv-icon-mobile::before {
  width: 18px;
  height: 28px;
  border: 3px solid #25bdb8;
  border-radius: 8px;
}

.ttuv-bottom-2026 .ttuv-icon-mobile::after {
  bottom: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fe2c55;
}

.ttuv-bottom-2026 .ttuv-icon-daily::before {
  width: 24px;
  height: 24px;
  border: 3px solid #25bdb8;
  border-radius: 50%;
}

.ttuv-bottom-2026 .ttuv-icon-daily::after {
  width: 12px;
  height: 12px;
  border-right: 3px solid #fe2c55;
  border-bottom: 3px solid #fe2c55;
  transform: translate(-1px, -1px);
}

.ttuv-bottom-2026 .ttuv-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.ttuv-bottom-2026 .ttuv-step-card {
  position: relative;
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(19, 28, 38, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 52px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

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

.ttuv-bottom-2026 .ttuv-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 66px rgba(15, 23, 42, 0.12);
}

.ttuv-bottom-2026 .ttuv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #101722;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(16, 23, 34, 0.2);
}

.ttuv-bottom-2026 .ttuv-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  border: 1px solid rgba(254, 44, 85, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
  color: #9f143e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.ttuv-bottom-2026 .ttuv-trust-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.86)) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.5), rgba(254, 44, 85, 0.38)) border-box;
}

.ttuv-bottom-2026 .ttuv-trust-mark {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 28px rgba(254, 44, 85, 0.18);
}

.ttuv-bottom-2026 .ttuv-trust-mark::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 17px;
  width: 9px;
  height: 16px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(45deg);
}

.ttuv-bottom-2026 .ttuv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

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

@media (min-width: 320px) and (max-width: 374px) {
  .ttuv-bottom-2026 .ttuv-section {
    padding: 54px 0;
  }

  .ttuv-bottom-2026 .ttuv-container {
    padding: 0 14px;
  }

  .ttuv-bottom-2026 .ttuv-section-head {
    margin-bottom: 30px;
  }

  .ttuv-bottom-2026 h2 {
    font-size: 28px;
  }

  .ttuv-bottom-2026 .ttuv-section-head p {
    font-size: 15px;
  }

  .ttuv-bottom-2026 .ttuv-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

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

  .ttuv-bottom-2026 .ttuv-card h3,
  .ttuv-bottom-2026 .ttuv-trust-card h3,
  .ttuv-bottom-2026 .ttuv-step-card h3 {
    font-size: 18px;
  }

  .ttuv-bottom-2026 .ttuv-card p,
  .ttuv-bottom-2026 .ttuv-trust-card p,
  .ttuv-bottom-2026 .ttuv-step-card p {
    font-size: 14px;
  }

  .ttuv-bottom-2026 .ttuv-steps {
    gap: 16px;
  }

  .ttuv-bottom-2026 .ttuv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }

  .ttuv-bottom-2026 .ttuv-step-number {
    width: 54px;
    height: 54px;
    font-size: 18px;
  }

  .ttuv-bottom-2026 .ttuv-badge {
    padding: 8px 11px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ttuv-bottom-2026 .ttuv-section {
    padding: 60px 0;
  }

  .ttuv-bottom-2026 .ttuv-container {
    padding: 0 18px;
  }

  .ttuv-bottom-2026 .ttuv-section-head {
    margin-bottom: 34px;
  }

  .ttuv-bottom-2026 h2 {
    font-size: 31px;
  }

  .ttuv-bottom-2026 .ttuv-section-head p {
    font-size: 15.5px;
  }

  .ttuv-bottom-2026 .ttuv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

  .ttuv-bottom-2026 .ttuv-card h3,
  .ttuv-bottom-2026 .ttuv-trust-card h3,
  .ttuv-bottom-2026 .ttuv-step-card h3 {
    font-size: 19px;
  }

  .ttuv-bottom-2026 .ttuv-card p,
  .ttuv-bottom-2026 .ttuv-trust-card p,
  .ttuv-bottom-2026 .ttuv-step-card p {
    font-size: 14.5px;
  }

  .ttuv-bottom-2026 .ttuv-steps {
    gap: 18px;
  }

  .ttuv-bottom-2026 .ttuv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }

  .ttuv-bottom-2026 .ttuv-step-number {
    width: 58px;
    height: 58px;
    font-size: 19px;
  }

  .ttuv-bottom-2026 .ttuv-badge {
    padding: 8px 12px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ttuv-bottom-2026 .ttuv-section {
    padding: 66px 0;
  }

  .ttuv-bottom-2026 .ttuv-container {
    padding: 0 22px;
  }

  .ttuv-bottom-2026 .ttuv-section-head {
    margin-bottom: 38px;
  }

  .ttuv-bottom-2026 h2 {
    font-size: 34px;
  }

  .ttuv-bottom-2026 .ttuv-section-head p {
    font-size: 16px;
  }

  .ttuv-bottom-2026 .ttuv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ttuv-bottom-2026 .ttuv-card,
  .ttuv-bottom-2026 .ttuv-trust-card {
    padding: 28px;
  }

  .ttuv-bottom-2026 .ttuv-card h3,
  .ttuv-bottom-2026 .ttuv-trust-card h3,
  .ttuv-bottom-2026 .ttuv-step-card h3 {
    font-size: 20px;
  }

  .ttuv-bottom-2026 .ttuv-card p,
  .ttuv-bottom-2026 .ttuv-trust-card p,
  .ttuv-bottom-2026 .ttuv-step-card p {
    font-size: 15px;
  }

  .ttuv-bottom-2026 .ttuv-steps {
    gap: 20px;
  }

  .ttuv-bottom-2026 .ttuv-step-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px;
  }

  .ttuv-bottom-2026 .ttuv-step-number {
    width: 62px;
    height: 62px;
    font-size: 20px;
  }

  .ttuv-bottom-2026 .ttuv-badge {
    padding: 9px 13px;
  }
}

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

  .ttuv-bottom-2026 .ttuv-container {
    padding: 0 30px;
  }

  .ttuv-bottom-2026 .ttuv-section-head {
    margin-bottom: 46px;
  }

  .ttuv-bottom-2026 h2 {
    font-size: 40px;
  }

  .ttuv-bottom-2026 .ttuv-section-head p {
    font-size: 17px;
  }

  .ttuv-bottom-2026 .ttuv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .ttuv-bottom-2026 .ttuv-card,
  .ttuv-bottom-2026 .ttuv-trust-card {
    padding: 30px;
  }

  .ttuv-bottom-2026 .ttuv-card h3,
  .ttuv-bottom-2026 .ttuv-trust-card h3,
  .ttuv-bottom-2026 .ttuv-step-card h3 {
    font-size: 21px;
  }

  .ttuv-bottom-2026 .ttuv-card p,
  .ttuv-bottom-2026 .ttuv-trust-card p,
  .ttuv-bottom-2026 .ttuv-step-card p {
    font-size: 15.5px;
  }

  .ttuv-bottom-2026 .ttuv-steps {
    gap: 22px;
  }

  .ttuv-bottom-2026 .ttuv-step-card {
    grid-template-columns: 86px 1fr;
    gap: 24px;
    padding: 30px;
    align-items: center;
  }

  .ttuv-bottom-2026 .ttuv-step-number {
    width: 68px;
    height: 68px;
    font-size: 21px;
  }

  .ttuv-bottom-2026 .ttuv-badge {
    padding: 9px 14px;
  }
}

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

  .ttuv-bottom-2026 .ttuv-container {
    padding: 0 32px;
  }

  .ttuv-bottom-2026 .ttuv-section-head {
    margin-bottom: 52px;
  }

  .ttuv-bottom-2026 h2 {
    font-size: 46px;
  }

  .ttuv-bottom-2026 .ttuv-section-head p {
    font-size: 18px;
  }

  .ttuv-bottom-2026 .ttuv-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .ttuv-bottom-2026 .ttuv-card,
  .ttuv-bottom-2026 .ttuv-trust-card {
    padding: 32px;
  }

  .ttuv-bottom-2026 .ttuv-card h3,
  .ttuv-bottom-2026 .ttuv-trust-card h3,
  .ttuv-bottom-2026 .ttuv-step-card h3 {
    font-size: 22px;
  }

  .ttuv-bottom-2026 .ttuv-card p,
  .ttuv-bottom-2026 .ttuv-trust-card p,
  .ttuv-bottom-2026 .ttuv-step-card p {
    font-size: 16px;
  }

  .ttuv-bottom-2026 .ttuv-steps {
    gap: 24px;
  }

  .ttuv-bottom-2026 .ttuv-step-card {
    grid-template-columns: 100px 1fr;
    gap: 28px;
    padding: 34px 38px;
    align-items: center;
  }

  .ttuv-bottom-2026 .ttuv-step-number {
    width: 74px;
    height: 74px;
    font-size: 22px;
  }

  .ttuv-bottom-2026 .ttuv-badge {
    padding: 9px 14px;
  }
}