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

.tkv-content-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

.tkv-content-wrap .tkv-section {
  position: relative;
}

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

.tkv-content-wrap .tkv-section-soft {
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fb 100%);
}

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

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

.tkv-content-wrap .tkv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 12px;
  border: 1px solid rgba(254, 44, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(254, 44, 85, 0.08), rgba(37, 244, 238, 0.1));
  color: #b81f4a;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.tkv-content-wrap .tkv-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fe2c55, #25f4ee);
  box-shadow: 0 0 0 5px rgba(37, 244, 238, 0.12);
}

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

.tkv-content-wrap .tkv-section-head p {
  margin: 14px auto 0;
  max-width: 690px;
  color: #5b6578;
  line-height: 1.75;
}

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

.tkv-content-wrap .tkv-card {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tkv-content-wrap .tkv-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(254, 44, 85, 0.22), rgba(37, 244, 238, 0.22));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  padding: 1px;
  mask-composite: exclude;
  -webkit-mask-composite: xor;
}

.tkv-content-wrap .tkv-card:hover {
  transform: translateY(-5px);
  border-color: rgba(254, 44, 85, 0.18);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}

.tkv-content-wrap .tkv-card:hover::after {
  opacity: 1;
}

.tkv-content-wrap .tkv-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #151b2d;
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1.25;
}

.tkv-content-wrap .tkv-card p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #626d80;
  line-height: 1.68;
}

.tkv-content-wrap .tkv-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(254, 44, 85, 0.12), rgba(37, 244, 238, 0.16));
  box-shadow: inset 0 0 0 1px rgba(254, 44, 85, 0.12);
  transition: transform 260ms ease;
}

.tkv-content-wrap .tkv-card:hover .tkv-icon {
  transform: translateY(-2px) rotate(-2deg);
}

.tkv-content-wrap .tkv-icon::before,
.tkv-content-wrap .tkv-icon::after {
  content: "";
  position: absolute;
  border-radius: 8px;
}

.tkv-content-wrap .tkv-icon-frame::before {
  inset: 12px;
  border: 2px solid #fe2c55;
}

.tkv-content-wrap .tkv-icon-frame::after {
  right: 10px;
  bottom: 10px;
  width: 9px;
  height: 9px;
  background: #25f4ee;
}

.tkv-content-wrap .tkv-icon-speed::before {
  left: 10px;
  top: 21px;
  width: 24px;
  height: 3px;
  background: #fe2c55;
}

.tkv-content-wrap .tkv-icon-speed::after {
  right: 9px;
  top: 12px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #25f4ee;
  border-right: 3px solid #25f4ee;
  transform: rotate(45deg);
}

.tkv-content-wrap .tkv-icon-preview::before {
  left: 9px;
  top: 13px;
  width: 26px;
  height: 18px;
  border: 2px solid #172033;
}

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

.tkv-content-wrap .tkv-icon-steps::before {
  left: 12px;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #fe2c55;
  box-shadow: 0 12px 0 #25f4ee, 14px 0 0 rgba(23, 32, 51, 0.75), 14px 12px 0 rgba(23, 32, 51, 0.75);
}

.tkv-content-wrap .tkv-icon-steps::after {
  display: none;
}

.tkv-content-wrap .tkv-icon-mobile::before {
  left: 14px;
  top: 8px;
  width: 16px;
  height: 28px;
  border: 2px solid #172033;
}

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

.tkv-content-wrap .tkv-icon-daily::before {
  left: 10px;
  top: 11px;
  width: 24px;
  height: 22px;
  border: 2px solid #172033;
}

.tkv-content-wrap .tkv-icon-daily::after {
  left: 15px;
  top: 17px;
  width: 14px;
  height: 3px;
  background: linear-gradient(90deg, #fe2c55, #25f4ee);
  box-shadow: 0 6px 0 rgba(23, 32, 51, 0.35);
}

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

.tkv-content-wrap .tkv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 20px 56px rgba(15, 23, 42, 0.075);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.tkv-content-wrap .tkv-step-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #fe2c55, #25f4ee);
}

.tkv-content-wrap .tkv-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 64px rgba(15, 23, 42, 0.11);
}

.tkv-content-wrap .tkv-step-number {
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #111827, #263145);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.2);
}

.tkv-content-wrap .tkv-step-content h3 {
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}

.tkv-content-wrap .tkv-step-content p {
  margin: 8px 0 0;
  color: #626d80;
  line-height: 1.7;
}

.tkv-content-wrap .tkv-use-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.tkv-content-wrap .tkv-dot {
  position: relative;
  z-index: 1;
  width: 13px;
  height: 13px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #fe2c55;
  box-shadow: 16px 0 0 #25f4ee, 32px 0 0 rgba(17, 24, 39, 0.18);
}

.tkv-content-wrap .tkv-trust-card {
  background:
    radial-gradient(circle at top right, rgba(37, 244, 238, 0.12), transparent 34%),
    radial-gradient(circle at bottom left, rgba(254, 44, 85, 0.1), transparent 34%),
    #ffffff;
}

.tkv-content-wrap .tkv-badge {
  position: relative;
  z-index: 1;
  width: max-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.06);
  color: #263145;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

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

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

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

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

  .tkv-content-wrap .tkv-section-head h2 {
    font-size: 25px;
  }

  .tkv-content-wrap .tkv-section-head p {
    font-size: 14px;
  }

  .tkv-content-wrap .tkv-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }

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

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

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

  .tkv-content-wrap .tkv-steps {
    gap: 14px;
    margin-top: 28px;
  }

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

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

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

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

  .tkv-content-wrap .tkv-section-head h2 {
    font-size: 28px;
  }

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

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

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

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

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

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

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

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

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

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

  .tkv-content-wrap .tkv-section-head h2 {
    font-size: 31px;
  }

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

  .tkv-content-wrap .tkv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

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

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

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

  .tkv-content-wrap .tkv-steps {
    gap: 18px;
    margin-top: 34px;
  }

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

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

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

  .tkv-content-wrap .tkv-container {
    padding: 0 30px;
  }

  .tkv-content-wrap .tkv-section-head h2 {
    font-size: 38px;
  }

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

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

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

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

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

  .tkv-content-wrap .tkv-steps {
    gap: 20px;
    margin-top: 42px;
  }

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

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

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

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

  .tkv-content-wrap .tkv-section-head h2 {
    font-size: 44px;
  }

  .tkv-content-wrap .tkv-section-head p {
    font-size: 18px;
  }

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

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

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

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

  .tkv-content-wrap .tkv-steps {
    gap: 22px;
    margin-top: 46px;
  }

  .tkv-content-wrap .tkv-step-card {
    gap: 28px;
    padding: 32px 36px;
  }

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