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

.ychv-content-wrap,
.ychv-content-wrap div,
.ychv-content-wrap section,
.ychv-content-wrap article,
.ychv-content-wrap span,
.ychv-content-wrap h2,
.ychv-content-wrap h3,
.ychv-content-wrap p {
  box-sizing: border-box;
}

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

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

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

.ychv-content-wrap .ychv-section-soft {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 0, 84, 0.07), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(255, 122, 24, 0.08), transparent 28%),
    #fafafa;
}

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

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

.ychv-content-wrap .ychv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 0, 84, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 84, 0.09), rgba(255, 122, 24, 0.09));
  color: #c5153f;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  margin-bottom: 16px;
}

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

.ychv-content-wrap .ychv-section-head p {
  margin: 14px auto 0;
  color: #5b6475;
  line-height: 1.75;
  font-weight: 450;
}

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

.ychv-content-wrap .ychv-card,
.ychv-content-wrap .ychv-trust-card,
.ychv-content-wrap .ychv-step-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.09);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
  overflow: hidden;
}

.ychv-content-wrap .ychv-card {
  border-radius: 8px;
}

.ychv-content-wrap .ychv-card::before,
.ychv-content-wrap .ychv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #ff003d, #ff7a18);
  opacity: 0.9;
}

.ychv-content-wrap .ychv-card:hover,
.ychv-content-wrap .ychv-trust-card:hover,
.ychv-content-wrap .ychv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 84, 0.22);
  box-shadow: 0 22px 58px rgba(17, 24, 39, 0.11);
}

.ychv-content-wrap .ychv-card h3,
.ychv-content-wrap .ychv-trust-card h3,
.ychv-content-wrap .ychv-step-content h3 {
  margin: 0;
  color: #151c2f;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}

.ychv-content-wrap .ychv-card p,
.ychv-content-wrap .ychv-trust-card p,
.ychv-content-wrap .ychv-step-content p {
  margin: 10px 0 0;
  color: #626b7c;
  line-height: 1.68;
  font-weight: 450;
}

.ychv-content-wrap .ychv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #ff003d, #ff7a18);
  box-shadow: 0 12px 28px rgba(255, 0, 61, 0.22);
}

.ychv-content-wrap .ychv-icon::before,
.ychv-content-wrap .ychv-icon::after {
  content: "";
  position: absolute;
  transition: transform 240ms ease;
}

.ychv-content-wrap .ychv-card:hover .ychv-icon::before {
  transform: translateX(2px);
}

.ychv-content-wrap .ychv-icon-play::before {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #ffffff;
  left: 18px;
  top: 15px;
}

.ychv-content-wrap .ychv-icon-bolt::before {
  width: 13px;
  height: 23px;
  left: 17px;
  top: 11px;
  background: #ffffff;
  clip-path: polygon(60% 0, 18% 48%, 52% 48%, 38% 100%, 84% 38%, 52% 38%);
}

.ychv-content-wrap .ychv-icon-frame::before {
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.ychv-content-wrap .ychv-icon-path::before {
  width: 24px;
  height: 6px;
  left: 11px;
  top: 20px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.ychv-content-wrap .ychv-icon-mobile::before {
  width: 15px;
  height: 24px;
  left: 15px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.ychv-content-wrap .ychv-icon-compass::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.ychv-content-wrap .ychv-icon-compass::after {
  width: 7px;
  height: 7px;
  left: 19px;
  top: 19px;
  background: #ffffff;
  transform: rotate(45deg);
}

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

.ychv-content-wrap .ychv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 248, 0.96)),
    #ffffff;
}

.ychv-content-wrap .ychv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  background: linear-gradient(135deg, #ff003d, #ff7a18);
  box-shadow: 0 14px 34px rgba(255, 0, 61, 0.2);
}

.ychv-content-wrap .ychv-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 11px;
  margin-bottom: 17px;
  border-radius: 999px;
  color: #b51238;
  background: rgba(255, 0, 84, 0.08);
  border: 1px solid rgba(255, 0, 84, 0.14);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.ychv-content-wrap .ychv-trust-card {
  border-radius: 8px;
  background: #ffffff;
}

.ychv-content-wrap .ychv-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #ff003d, #ff7a18);
  box-shadow: 0 0 0 8px rgba(255, 0, 84, 0.08);
}

.ychv-content-wrap .ychv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}

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

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

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

  .ychv-content-wrap h2 {
    font-size: 25px;
  }

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

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

  .ychv-content-wrap .ychv-card,
  .ychv-content-wrap .ychv-trust-card {
    padding: 22px;
  }

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

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

  .ychv-content-wrap .ychv-steps {
    gap: 16px;
    margin-top: 28px;
  }

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

  .ychv-content-wrap .ychv-step-number {
    width: 54px;
    height: 44px;
    font-size: 17px;
  }
}

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

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

  .ychv-content-wrap h2 {
    font-size: 28px;
  }

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

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

  .ychv-content-wrap .ychv-card,
  .ychv-content-wrap .ychv-trust-card {
    padding: 24px;
  }

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

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

  .ychv-content-wrap .ychv-steps {
    gap: 18px;
    margin-top: 30px;
  }

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

  .ychv-content-wrap .ychv-step-number {
    width: 58px;
    height: 46px;
    font-size: 18px;
  }
}

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

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

  .ychv-content-wrap h2 {
    font-size: 32px;
  }

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

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

  .ychv-content-wrap .ychv-card,
  .ychv-content-wrap .ychv-trust-card {
    padding: 26px;
  }

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

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

  .ychv-content-wrap .ychv-steps {
    gap: 20px;
    margin-top: 34px;
  }

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

  .ychv-content-wrap .ychv-step-number {
    width: 62px;
    height: 48px;
    font-size: 18px;
  }
}

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

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

  .ychv-content-wrap h2 {
    font-size: 38px;
  }

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

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

  .ychv-content-wrap .ychv-card,
  .ychv-content-wrap .ychv-trust-card {
    padding: 28px;
  }

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

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

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

  .ychv-content-wrap .ychv-step-card {
    gap: 22px;
    padding: 30px;
  }

  .ychv-content-wrap .ychv-step-number {
    width: 68px;
    height: 58px;
    font-size: 20px;
  }
}

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

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

  .ychv-content-wrap h2 {
    font-size: 44px;
  }

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

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

  .ychv-content-wrap .ychv-card,
  .ychv-content-wrap .ychv-trust-card {
    padding: 30px;
  }

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

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

  .ychv-content-wrap .ychv-steps {
    gap: 24px;
    margin-top: 48px;
  }

  .ychv-content-wrap .ychv-step-card {
    gap: 26px;
    padding: 34px;
  }

  .ychv-content-wrap .ychv-step-number {
    width: 76px;
    height: 64px;
    font-size: 22px;
  }
}