@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", sans-serif;
  color: #101828;
  line-height: 1.6;
}

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

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

.ttuv-editorial-wrap .ttuv-section-soft {
  background: linear-gradient(180deg, #fbfcff 0%, #f7f9fc 100%);
}

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

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

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

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

.ttuv-editorial-wrap .ttuv-section-head p {
  margin: 14px auto 0;
  max-width: 680px;
  color: #5b6475;
  line-height: 1.72;
}

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

.ttuv-editorial-wrap .ttuv-card,
.ttuv-editorial-wrap .ttuv-trust-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  isolation: isolate;
}

.ttuv-editorial-wrap .ttuv-card::before,
.ttuv-editorial-wrap .ttuv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.42), rgba(255, 0, 80, 0.32), rgba(17, 24, 39, 0));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
  z-index: -1;
}

.ttuv-editorial-wrap .ttuv-card:hover,
.ttuv-editorial-wrap .ttuv-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 242, 234, 0.26);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.11);
}

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

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

.ttuv-editorial-wrap .ttuv-card p,
.ttuv-editorial-wrap .ttuv-step-card p,
.ttuv-editorial-wrap .ttuv-trust-card p,
.ttuv-editorial-wrap .ttuv-note p {
  margin: 10px 0 0;
  color: #667085;
  line-height: 1.7;
}

.ttuv-editorial-wrap .ttuv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00f2ea 0%, #4f46e5 52%, #ff0050 100%);
  box-shadow: 0 12px 24px rgba(79, 70, 229, 0.2);
}

.ttuv-editorial-wrap .ttuv-icon::before,
.ttuv-editorial-wrap .ttuv-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%);
}

.ttuv-editorial-wrap .ttuv-icon-view::before {
  width: 23px;
  height: 15px;
  border-radius: 60% 60% 55% 55%;
  opacity: 0.95;
}

.ttuv-editorial-wrap .ttuv-icon-view::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4f46e5;
}

.ttuv-editorial-wrap .ttuv-icon-speed::before {
  width: 22px;
  height: 4px;
  border-radius: 8px;
  transform: translate(-50%, -50%) rotate(-24deg);
}

.ttuv-editorial-wrap .ttuv-icon-speed::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translate(1px, 2px);
}

.ttuv-editorial-wrap .ttuv-icon-preview::before {
  width: 22px;
  height: 18px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.95);
}

.ttuv-editorial-wrap .ttuv-icon-preview::after {
  width: 12px;
  height: 3px;
  border-radius: 6px;
  background: #ff0050;
  transform: translate(-50%, 6px);
}

.ttuv-editorial-wrap .ttuv-icon-steps::before {
  width: 21px;
  height: 4px;
  border-radius: 8px;
  box-shadow: 0 -8px 0 #ffffff, 0 8px 0 #ffffff;
}

.ttuv-editorial-wrap .ttuv-icon-steps::after {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  transform: translate(-15px, -50%);
  box-shadow: 0 -8px 0 #ffffff, 0 8px 0 #ffffff;
}

.ttuv-editorial-wrap .ttuv-icon-mobile::before {
  width: 16px;
  height: 24px;
  border-radius: 5px;
}

.ttuv-editorial-wrap .ttuv-icon-mobile::after {
  width: 5px;
  height: 2px;
  border-radius: 5px;
  background: #4f46e5;
  transform: translate(-50%, 8px);
}

.ttuv-editorial-wrap .ttuv-icon-daily::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.ttuv-editorial-wrap .ttuv-icon-daily::after {
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: #00a3a3;
  transform: translate(-50%, -50%) rotate(45deg);
}

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

.ttuv-editorial-wrap .ttuv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 46px rgba(16, 24, 40, 0.075);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ttuv-editorial-wrap .ttuv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 0, 80, 0.22);
  box-shadow: 0 22px 56px rgba(16, 24, 40, 0.1);
}

.ttuv-editorial-wrap .ttuv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #111827 0%, #4f46e5 48%, #ff0050 100%);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 15px 30px rgba(79, 70, 229, 0.22);
}

.ttuv-editorial-wrap .ttuv-badge-dot {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 18%, transparent 19%),
    radial-gradient(circle at 35% 35%, #00f2ea 0 0, transparent 58%),
    linear-gradient(135deg, #00f2ea, #ff0050);
  box-shadow: 0 12px 26px rgba(255, 0, 80, 0.16);
}

.ttuv-editorial-wrap .ttuv-trust-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.16), rgba(255, 0, 80, 0.12));
  color: #0f766e;
  font-size: 20px;
  font-weight: 900;
}

.ttuv-editorial-wrap .ttuv-note {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(0, 242, 234, 0.22);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.1), rgba(255, 255, 255, 0.94), rgba(255, 0, 80, 0.08));
  box-shadow: 0 16px 42px rgba(16, 24, 40, 0.065);
  text-align: center;
}

.ttuv-editorial-wrap .ttuv-note p {
  margin: 0;
  color: #4b5563;
}

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

.ttuv-editorial-wrap.ttuv-reveal-ready .ttuv-reveal {
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

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

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

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

  .ttuv-editorial-wrap .ttuv-section-head {
    margin-bottom: 28px;
  }

  .ttuv-editorial-wrap .ttuv-section-head h2 {
    font-size: 26px;
  }

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

  .ttuv-editorial-wrap .ttuv-card-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ttuv-editorial-wrap .ttuv-card,
  .ttuv-editorial-wrap .ttuv-trust-card {
    padding: 20px;
  }

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

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

  .ttuv-editorial-wrap .ttuv-steps {
    gap: 14px;
  }

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

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

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

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

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

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

  .ttuv-editorial-wrap .ttuv-section-head h2 {
    font-size: 29px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .ttuv-editorial-wrap .ttuv-section-head h2 {
    font-size: 32px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .ttuv-editorial-wrap .ttuv-section-head {
    margin-bottom: 42px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .ttuv-editorial-wrap .ttuv-section-head {
    margin-bottom: 48px;
  }

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

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

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

  .ttuv-editorial-wrap .ttuv-card-grid {
    gap: 24px;
  }

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .ttuv-editorial-wrap .ttuv-card,
  .ttuv-editorial-wrap .ttuv-trust-card,
  .ttuv-editorial-wrap .ttuv-step-card,
  .ttuv-editorial-wrap .ttuv-reveal {
    transition: none;
  }

  .ttuv-editorial-wrap .ttuv-reveal {
    opacity: 1;
    transform: none;
  }
}