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

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

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

.ttuv-editorial-wrap .ttuv-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

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

.ttuv-editorial-wrap .ttuv-section-soft {
  background:
    radial-gradient(circle at 12% 8%, rgba(0, 242, 234, 0.10), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(255, 0, 80, 0.08), transparent 28%),
    #f8fafc;
}

.ttuv-editorial-wrap .ttuv-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ttuv-editorial-wrap .ttuv-heading {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.ttuv-editorial-wrap .ttuv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 0, 80, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.13), rgba(255, 0, 80, 0.11));
  color: #b0144f;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
}

.ttuv-editorial-wrap h2 {
  margin: 0;
  color: #101828;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.ttuv-editorial-wrap .ttuv-heading p {
  margin: 16px auto 0;
  color: #516071;
  line-height: 1.75;
  font-weight: 450;
}

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

.ttuv-editorial-wrap .ttuv-card {
  position: relative;
  height: 100%;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(21, 31, 51, 0.10);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.07);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttuv-editorial-wrap .ttuv-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #00f2ea, #ff0050, #7c3aed);
  opacity: 0.88;
}

.ttuv-editorial-wrap .ttuv-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 0, 80, 0.22);
  box-shadow: 0 24px 58px rgba(16, 24, 40, 0.11);
}

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

.ttuv-editorial-wrap .ttuv-card p {
  margin: 10px 0 0;
  color: #5a6678;
  line-height: 1.7;
  font-weight: 430;
}

.ttuv-editorial-wrap .ttuv-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.18), rgba(255, 0, 80, 0.15));
  border: 1px solid rgba(255, 0, 80, 0.16);
  position: relative;
  transition: transform 260ms ease;
}

.ttuv-editorial-wrap .ttuv-card:hover .ttuv-icon {
  transform: translateY(-2px) rotate(-3deg);
}

.ttuv-editorial-wrap .ttuv-icon::before,
.ttuv-editorial-wrap .ttuv-icon::after {
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #00b8b1, #ff0050);
}

.ttuv-editorial-wrap .ttuv-icon-view::before {
  width: 20px;
  height: 14px;
  left: 12px;
  top: 15px;
  border-radius: 50%;
}

.ttuv-editorial-wrap .ttuv-icon-view::after {
  width: 7px;
  height: 7px;
  left: 18px;
  top: 18px;
  border-radius: 50%;
  background: #ffffff;
}

.ttuv-editorial-wrap .ttuv-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: conic-gradient(from 40deg, #ff0050, #00f2ea, transparent 72%);
}

.ttuv-editorial-wrap .ttuv-icon-speed::after {
  width: 12px;
  height: 3px;
  left: 20px;
  top: 20px;
  border-radius: 999px;
  transform: rotate(-30deg);
}

.ttuv-editorial-wrap .ttuv-icon-preview::before {
  width: 22px;
  height: 16px;
  left: 11px;
  top: 14px;
  border-radius: 6px;
}

.ttuv-editorial-wrap .ttuv-icon-preview::after {
  width: 10px;
  height: 3px;
  left: 17px;
  top: 33px;
  border-radius: 999px;
}

.ttuv-editorial-wrap .ttuv-icon-steps::before {
  width: 7px;
  height: 7px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  box-shadow: 0 10px 0 #ff0050, 0 20px 0 #00b8b1;
}

.ttuv-editorial-wrap .ttuv-icon-steps::after {
  width: 14px;
  height: 3px;
  left: 23px;
  top: 14px;
  border-radius: 999px;
  box-shadow: 0 10px 0 rgba(255, 0, 80, 0.75), 0 20px 0 rgba(0, 184, 177, 0.75);
}

.ttuv-editorial-wrap .ttuv-icon-mobile::before {
  width: 16px;
  height: 25px;
  left: 14px;
  top: 9px;
  border-radius: 7px;
}

.ttuv-editorial-wrap .ttuv-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 20px;
  top: 28px;
  border-radius: 50%;
  background: #ffffff;
}

.ttuv-editorial-wrap .ttuv-icon-daily::before {
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  border-radius: 8px;
}

.ttuv-editorial-wrap .ttuv-icon-daily::after {
  width: 14px;
  height: 3px;
  left: 15px;
  top: 19px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.78);
}

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

.ttuv-editorial-wrap .ttuv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(21, 31, 51, 0.10);
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(16, 24, 40, 0.07);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttuv-editorial-wrap .ttuv-step-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #00f2ea, #ff0050);
}

.ttuv-editorial-wrap .ttuv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 184, 177, 0.24);
  box-shadow: 0 24px 56px rgba(16, 24, 40, 0.10);
}

.ttuv-editorial-wrap .ttuv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #111827, #ff0050 52%, #00b8b1);
  box-shadow: 0 14px 32px rgba(255, 0, 80, 0.18);
}

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

.ttuv-editorial-wrap .ttuv-step-content p {
  margin: 8px 0 0;
  color: #566274;
  line-height: 1.72;
  font-weight: 430;
}

.ttuv-editorial-wrap .ttuv-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 242, 234, 0.12);
  color: #087f79;
  border: 1px solid rgba(0, 184, 177, 0.18);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.ttuv-editorial-wrap .ttuv-use-card:nth-child(even) .ttuv-badge {
  background: rgba(255, 0, 80, 0.09);
  color: #b0144f;
  border-color: rgba(255, 0, 80, 0.15);
}

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

.ttuv-editorial-wrap .ttuv-trust-mark {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.18), rgba(255, 0, 80, 0.14));
  border: 1px solid rgba(21, 31, 51, 0.08);
  position: relative;
}

.ttuv-editorial-wrap .ttuv-trust-mark::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #00a8a1;
  border-bottom: 3px solid #ff0050;
  transform: rotate(-45deg);
  border-radius: 2px;
}

.ttuv-editorial-wrap .ttuv-note {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(255, 0, 80, 0.14);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(0, 242, 234, 0.08));
  box-shadow: 0 16px 42px rgba(16, 24, 40, 0.06);
}

.ttuv-editorial-wrap .ttuv-note p {
  margin: 0;
  color: #3f4a5c;
  line-height: 1.75;
  font-weight: 500;
  text-align: center;
}

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

.ttuv-editorial-wrap .ttuv-reveal.ttuv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease;
}

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

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

  .ttuv-editorial-wrap h2 {
    font-size: 25px;
  }

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

  .ttuv-editorial-wrap .ttuv-grid,
  .ttuv-editorial-wrap .ttuv-grid-three,
  .ttuv-editorial-wrap .ttuv-grid-benefits {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .ttuv-editorial-wrap .ttuv-card {
    padding: 24px 20px;
    border-radius: 18px;
  }

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

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

  .ttuv-editorial-wrap .ttuv-steps {
    gap: 16px;
    margin-top: 28px;
  }

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

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

  .ttuv-editorial-wrap .ttuv-note {
    margin-top: 22px;
    padding: 20px;
  }
}

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

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

  .ttuv-editorial-wrap h2 {
    font-size: 28px;
  }

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

  .ttuv-editorial-wrap .ttuv-grid,
  .ttuv-editorial-wrap .ttuv-grid-three,
  .ttuv-editorial-wrap .ttuv-grid-benefits {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

  .ttuv-editorial-wrap .ttuv-card {
    padding: 26px 22px;
    border-radius: 20px;
  }

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

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

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

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

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

  .ttuv-editorial-wrap .ttuv-note {
    margin-top: 24px;
    padding: 22px;
  }
}

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

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

  .ttuv-editorial-wrap h2 {
    font-size: 31px;
  }

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

  .ttuv-editorial-wrap .ttuv-grid,
  .ttuv-editorial-wrap .ttuv-grid-three,
  .ttuv-editorial-wrap .ttuv-grid-benefits {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }

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

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

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

  .ttuv-editorial-wrap .ttuv-steps {
    gap: 20px;
    margin-top: 34px;
  }

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

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

  .ttuv-editorial-wrap .ttuv-note {
    margin-top: 26px;
    padding: 24px;
  }
}

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

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

  .ttuv-editorial-wrap h2 {
    font-size: 38px;
  }

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

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

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

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

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

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

  .ttuv-editorial-wrap .ttuv-step-card {
    gap: 22px;
    padding: 30px 28px;
  }

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

  .ttuv-editorial-wrap .ttuv-note {
    margin-top: 30px;
    padding: 28px;
  }
}

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

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

  .ttuv-editorial-wrap h2 {
    font-size: 46px;
  }

  .ttuv-editorial-wrap .ttuv-heading p {
    font-size: 18px;
  }

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

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

  .ttuv-editorial-wrap .ttuv-card {
    padding: 32px 28px;
  }

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

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

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

  .ttuv-editorial-wrap .ttuv-step-card {
    gap: 26px;
    padding: 34px 34px;
  }

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

  .ttuv-editorial-wrap .ttuv-note {
    margin-top: 34px;
    padding: 30px 34px;
  }
}