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

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

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

.ttuv-content-wrap .ttuv-section {
  position: relative;
  width: 100%;
}

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

.ttuv-content-wrap .ttuv-section-soft {
  background:
    radial-gradient(circle at 12% 10%, rgba(37, 244, 238, 0.12), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(254, 44, 85, 0.10), transparent 28%),
    #f7f9fc;
}

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

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

.ttuv-content-wrap .ttuv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(254, 44, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.10));
  color: #9c1837;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
}

.ttuv-content-wrap .ttuv-section-head h2 {
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.ttuv-content-wrap .ttuv-section-head p {
  margin: 16px auto 0;
  color: #536173;
  font-weight: 450;
  line-height: 1.7;
}

.ttuv-content-wrap .ttuv-card-grid {
  display: grid;
  align-items: stretch;
}

.ttuv-content-wrap .ttuv-card,
.ttuv-content-wrap .ttuv-step-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(20, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttuv-content-wrap .ttuv-card::before,
.ttuv-content-wrap .ttuv-step-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #25f4ee, #fe2c55, #111827);
  opacity: 0.9;
}

.ttuv-content-wrap .ttuv-card:hover,
.ttuv-content-wrap .ttuv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(254, 44, 85, 0.22);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.11);
}

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

.ttuv-content-wrap .ttuv-card p,
.ttuv-content-wrap .ttuv-step-card p,
.ttuv-content-wrap .ttuv-note p {
  margin: 0;
  color: #5b6878;
  line-height: 1.7;
  font-weight: 450;
}

.ttuv-content-wrap .ttuv-card h3 + p,
.ttuv-content-wrap .ttuv-step-card h3 + p {
  margin-top: 10px;
}

.ttuv-content-wrap .ttuv-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.16)),
    #ffffff;
  box-shadow: inset 0 0 0 1px rgba(20, 32, 51, 0.08), 0 12px 25px rgba(37, 244, 238, 0.12);
}

.ttuv-content-wrap .ttuv-icon::before,
.ttuv-content-wrap .ttuv-icon::after {
  content: "";
  position: absolute;
}

.ttuv-content-wrap .ttuv-icon-view {
  position: relative;
}

.ttuv-content-wrap .ttuv-icon-view::before {
  width: 22px;
  height: 14px;
  top: 16px;
  left: 12px;
  border: 2px solid #111827;
  border-radius: 50%;
}

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

.ttuv-content-wrap .ttuv-icon-speed,
.ttuv-content-wrap .ttuv-icon-preview,
.ttuv-content-wrap .ttuv-icon-flow,
.ttuv-content-wrap .ttuv-icon-mobile,
.ttuv-content-wrap .ttuv-icon-daily {
  position: relative;
}

.ttuv-content-wrap .ttuv-icon-speed::before {
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border: 2px solid #111827;
  border-radius: 50%;
  border-right-color: #25f4ee;
}

.ttuv-content-wrap .ttuv-icon-speed::after {
  width: 12px;
  height: 2px;
  top: 22px;
  left: 23px;
  background: #fe2c55;
  transform: rotate(-35deg);
  transform-origin: left center;
}

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

.ttuv-content-wrap .ttuv-icon-preview::after {
  width: 9px;
  height: 9px;
  top: 19px;
  left: 19px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.ttuv-content-wrap .ttuv-icon-flow::before {
  width: 20px;
  height: 20px;
  top: 13px;
  left: 13px;
  border: 2px solid #111827;
  border-radius: 8px;
}

.ttuv-content-wrap .ttuv-icon-flow::after {
  width: 16px;
  height: 3px;
  top: 21px;
  left: 15px;
  background: linear-gradient(90deg, #25f4ee, #fe2c55);
  border-radius: 99px;
}

.ttuv-content-wrap .ttuv-icon-mobile::before {
  width: 16px;
  height: 24px;
  top: 10px;
  left: 15px;
  border: 2px solid #111827;
  border-radius: 7px;
}

.ttuv-content-wrap .ttuv-icon-mobile::after {
  width: 4px;
  height: 4px;
  bottom: 14px;
  left: 21px;
  border-radius: 50%;
  background: #fe2c55;
}

.ttuv-content-wrap .ttuv-icon-daily::before {
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border: 2px solid #111827;
  border-radius: 8px;
}

.ttuv-content-wrap .ttuv-icon-daily::after {
  width: 12px;
  height: 12px;
  top: 17px;
  left: 17px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
}

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

.ttuv-content-wrap .ttuv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    #ffffff;
}

.ttuv-content-wrap .ttuv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #111827, #fe2c55 58%, #25f4ee);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 35px rgba(254, 44, 85, 0.22);
}

.ttuv-content-wrap .ttuv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 252, 255, 0.98)),
    #ffffff;
}

.ttuv-content-wrap .ttuv-badge-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 7px rgba(37, 244, 238, 0.10), 0 0 0 13px rgba(254, 44, 85, 0.06);
}

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

.ttuv-content-wrap .ttuv-trust-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(254, 44, 85, 0.18);
}

.ttuv-content-wrap .ttuv-note {
  display: flex;
  align-items: flex-start;
  border: 1px solid rgba(37, 244, 238, 0.22);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.06);
}

.ttuv-content-wrap .ttuv-note-dot {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-top: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 7px rgba(37, 244, 238, 0.12);
}

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

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

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

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

  .ttuv-content-wrap .ttuv-section-head h2 {
    font-size: 27px;
  }

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

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

  .ttuv-content-wrap .ttuv-card {
    padding: 24px 20px;
  }

  .ttuv-content-wrap .ttuv-card h3,
  .ttuv-content-wrap .ttuv-step-card h3 {
    font-size: 18px;
  }

  .ttuv-content-wrap .ttuv-card p,
  .ttuv-content-wrap .ttuv-step-card p,
  .ttuv-content-wrap .ttuv-note p {
    font-size: 14px;
  }

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

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

  .ttuv-content-wrap .ttuv-step-number {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }

  .ttuv-content-wrap .ttuv-note {
    gap: 13px;
    margin-top: 22px;
    padding: 18px;
  }
}

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

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

  .ttuv-content-wrap .ttuv-section-head h2 {
    font-size: 30px;
  }

  .ttuv-content-wrap .ttuv-section-head p {
    font-size: 15.5px;
  }

  .ttuv-content-wrap .ttuv-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

  .ttuv-content-wrap .ttuv-card {
    padding: 26px 22px;
  }

  .ttuv-content-wrap .ttuv-card h3,
  .ttuv-content-wrap .ttuv-step-card h3 {
    font-size: 19px;
  }

  .ttuv-content-wrap .ttuv-card p,
  .ttuv-content-wrap .ttuv-step-card p,
  .ttuv-content-wrap .ttuv-note p {
    font-size: 14.5px;
  }

  .ttuv-content-wrap .ttuv-steps {
    gap: 18px;
    margin-top: 32px;
  }

  .ttuv-content-wrap .ttuv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 22px;
  }

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

  .ttuv-content-wrap .ttuv-note {
    gap: 14px;
    margin-top: 24px;
    padding: 20px;
  }
}

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

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

  .ttuv-content-wrap .ttuv-section-head h2 {
    font-size: 34px;
  }

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

  .ttuv-content-wrap .ttuv-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }

  .ttuv-content-wrap .ttuv-card {
    padding: 28px 24px;
  }

  .ttuv-content-wrap .ttuv-card h3,
  .ttuv-content-wrap .ttuv-step-card h3 {
    font-size: 20px;
  }

  .ttuv-content-wrap .ttuv-card p,
  .ttuv-content-wrap .ttuv-step-card p,
  .ttuv-content-wrap .ttuv-note p {
    font-size: 15px;
  }

  .ttuv-content-wrap .ttuv-steps {
    gap: 20px;
    margin-top: 36px;
  }

  .ttuv-content-wrap .ttuv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }

  .ttuv-content-wrap .ttuv-step-number {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }

  .ttuv-content-wrap .ttuv-note {
    gap: 15px;
    margin-top: 26px;
    padding: 22px;
  }
}

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

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

  .ttuv-content-wrap .ttuv-section-head h2 {
    font-size: 40px;
  }

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

  .ttuv-content-wrap .ttuv-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }

  .ttuv-content-wrap .ttuv-card {
    padding: 30px 26px;
  }

  .ttuv-content-wrap .ttuv-card h3,
  .ttuv-content-wrap .ttuv-step-card h3 {
    font-size: 21px;
  }

  .ttuv-content-wrap .ttuv-card p,
  .ttuv-content-wrap .ttuv-step-card p,
  .ttuv-content-wrap .ttuv-note p {
    font-size: 15.5px;
  }

  .ttuv-content-wrap .ttuv-steps {
    gap: 22px;
    margin-top: 42px;
  }

  .ttuv-content-wrap .ttuv-step-card {
    gap: 24px;
    padding: 30px 28px;
  }

  .ttuv-content-wrap .ttuv-step-number {
    width: 66px;
    height: 66px;
    font-size: 21px;
  }

  .ttuv-content-wrap .ttuv-note {
    gap: 16px;
    margin-top: 28px;
    padding: 24px 26px;
  }
}

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

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

  .ttuv-content-wrap .ttuv-section-head h2 {
    font-size: 46px;
  }

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

  .ttuv-content-wrap .ttuv-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ttuv-content-wrap .ttuv-card-grid {
    gap: 24px;
    margin-top: 48px;
  }

  .ttuv-content-wrap .ttuv-card {
    min-height: 100%;
    padding: 32px 28px;
  }

  .ttuv-content-wrap .ttuv-card h3,
  .ttuv-content-wrap .ttuv-step-card h3 {
    font-size: 21px;
  }

  .ttuv-content-wrap .ttuv-card p,
  .ttuv-content-wrap .ttuv-step-card p,
  .ttuv-content-wrap .ttuv-note p {
    font-size: 15.5px;
  }

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

  .ttuv-content-wrap .ttuv-step-card {
    gap: 28px;
    padding: 34px 36px;
  }

  .ttuv-content-wrap .ttuv-step-number {
    width: 72px;
    height: 72px;
    font-size: 22px;
  }

  .ttuv-content-wrap .ttuv-note {
    gap: 18px;
    max-width: 920px;
    margin: 32px auto 0;
    padding: 24px 28px;
  }
}