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

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

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

.ytcv-editorial-wrap .ytcv-section {
  position: relative;
}

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

.ytcv-editorial-wrap .ytcv-section-soft {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 37, 73, 0.08), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(255, 122, 24, 0.08), transparent 30%),
    #f8fafc;
}

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

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

.ytcv-editorial-wrap .ytcv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 37, 73, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 37, 73, 0.1), rgba(255, 122, 24, 0.1));
  color: #c7193a;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

.ytcv-editorial-wrap .ytcv-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff2549, #ff7a18);
  box-shadow: 0 0 0 5px rgba(255, 37, 73, 0.1);
}

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

.ytcv-editorial-wrap .ytcv-section-head p {
  margin: 16px auto 0;
  color: #5d687a;
  line-height: 1.72;
}

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

.ytcv-editorial-wrap .ytcv-info-card,
.ytcv-editorial-wrap .ytcv-use-card,
.ytcv-editorial-wrap .ytcv-trust-card,
.ytcv-editorial-wrap .ytcv-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(23, 32, 51, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(16, 24, 39, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ytcv-editorial-wrap .ytcv-info-card,
.ytcv-editorial-wrap .ytcv-use-card,
.ytcv-editorial-wrap .ytcv-trust-card {
  height: 100%;
  border-radius: 22px;
}

.ytcv-editorial-wrap .ytcv-info-card::after,
.ytcv-editorial-wrap .ytcv-use-card::after,
.ytcv-editorial-wrap .ytcv-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 37, 73, 0.12), transparent 32%, rgba(255, 122, 24, 0.1));
  opacity: 0;
  transition: opacity 240ms ease;
}

.ytcv-editorial-wrap .ytcv-info-card:hover,
.ytcv-editorial-wrap .ytcv-use-card:hover,
.ytcv-editorial-wrap .ytcv-trust-card:hover,
.ytcv-editorial-wrap .ytcv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 37, 73, 0.28);
  box-shadow: 0 24px 60px rgba(16, 24, 39, 0.12);
}

.ytcv-editorial-wrap .ytcv-info-card:hover::after,
.ytcv-editorial-wrap .ytcv-use-card:hover::after,
.ytcv-editorial-wrap .ytcv-trust-card:hover::after {
  opacity: 1;
}

.ytcv-editorial-wrap h3 {
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  z-index: 1;
}

.ytcv-editorial-wrap article p {
  position: relative;
  margin: 11px 0 0;
  color: #647084;
  line-height: 1.68;
  z-index: 1;
}

.ytcv-editorial-wrap .ytcv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff2549, #ff7a18);
  box-shadow: 0 14px 30px rgba(255, 37, 73, 0.22);
  z-index: 1;
  transition: transform 240ms ease;
}

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

.ytcv-editorial-wrap .ytcv-icon::before,
.ytcv-editorial-wrap .ytcv-icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
}

.ytcv-editorial-wrap .ytcv-icon-bubble::before {
  width: 22px;
  height: 15px;
  left: 12px;
  top: 13px;
  border-radius: 8px;
}

.ytcv-editorial-wrap .ytcv-icon-bubble::after {
  width: 8px;
  height: 8px;
  left: 18px;
  top: 25px;
  transform: rotate(45deg);
  border-radius: 2px;
}

.ytcv-editorial-wrap .ytcv-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
}

.ytcv-editorial-wrap .ytcv-icon-speed::after {
  width: 12px;
  height: 3px;
  left: 23px;
  top: 22px;
  border-radius: 999px;
  transform: rotate(-35deg);
}

.ytcv-editorial-wrap .ytcv-icon-preview::before {
  width: 24px;
  height: 17px;
  left: 11px;
  top: 14px;
  border-radius: 5px;
  background: transparent;
  border: 3px solid #ffffff;
}

.ytcv-editorial-wrap .ytcv-icon-preview::after {
  width: 8px;
  height: 8px;
  left: 19px;
  top: 18px;
  border-radius: 50%;
}

.ytcv-editorial-wrap .ytcv-icon-easy::before {
  width: 23px;
  height: 13px;
  left: 12px;
  top: 17px;
  background: transparent;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
}

.ytcv-editorial-wrap .ytcv-icon-mobile::before {
  width: 17px;
  height: 27px;
  left: 15px;
  top: 9px;
  border-radius: 6px;
  background: transparent;
  border: 3px solid #ffffff;
}

.ytcv-editorial-wrap .ytcv-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 21px;
  top: 29px;
  border-radius: 50%;
}

.ytcv-editorial-wrap .ytcv-icon-daily::before {
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
}

.ytcv-editorial-wrap .ytcv-icon-daily::after {
  width: 11px;
  height: 3px;
  left: 22px;
  top: 20px;
  border-radius: 999px;
  transform-origin: left center;
  transform: rotate(42deg);
}

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

.ytcv-editorial-wrap .ytcv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
}

.ytcv-editorial-wrap .ytcv-step-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff2549, #ff7a18);
}

.ytcv-editorial-wrap .ytcv-step-number {
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff2549, #ff7a18);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 16px 35px rgba(255, 37, 73, 0.23);
}

.ytcv-editorial-wrap .ytcv-step-content {
  min-width: 0;
}

.ytcv-editorial-wrap .ytcv-use-card {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 37, 73, 0.28), rgba(255, 122, 24, 0.12)) border-box;
}

.ytcv-editorial-wrap .ytcv-dot {
  position: relative;
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff2549, #ff7a18);
  box-shadow: 0 0 0 8px rgba(255, 37, 73, 0.08);
  z-index: 1;
}

.ytcv-editorial-wrap .ytcv-trust-card {
  background: #ffffff;
}

.ytcv-editorial-wrap .ytcv-badge {
  position: relative;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff2f4;
  color: #c7193a;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  z-index: 1;
}

.ytcv-editorial-wrap .ytcv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

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

  .ytcv-editorial-wrap .ytcv-container {
    padding: 0 16px;
  }

  .ytcv-editorial-wrap h2 {
    font-size: 27px;
  }

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

  .ytcv-editorial-wrap .ytcv-card-grid,
  .ytcv-editorial-wrap .ytcv-steps {
    gap: 16px;
    margin-top: 30px;
  }

  .ytcv-editorial-wrap .ytcv-grid-three {
    grid-template-columns: 1fr;
  }

  .ytcv-editorial-wrap .ytcv-info-card,
  .ytcv-editorial-wrap .ytcv-use-card,
  .ytcv-editorial-wrap .ytcv-trust-card {
    padding: 22px;
  }

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

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

  .ytcv-editorial-wrap h3 {
    font-size: 18px;
  }

  .ytcv-editorial-wrap article p {
    font-size: 14px;
  }
}

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

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

  .ytcv-editorial-wrap h2 {
    font-size: 30px;
  }

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

  .ytcv-editorial-wrap .ytcv-card-grid,
  .ytcv-editorial-wrap .ytcv-steps {
    gap: 18px;
    margin-top: 34px;
  }

  .ytcv-editorial-wrap .ytcv-grid-three {
    grid-template-columns: 1fr;
  }

  .ytcv-editorial-wrap .ytcv-info-card,
  .ytcv-editorial-wrap .ytcv-use-card,
  .ytcv-editorial-wrap .ytcv-trust-card {
    padding: 24px;
  }

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

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

  .ytcv-editorial-wrap h3 {
    font-size: 19px;
  }

  .ytcv-editorial-wrap article p {
    font-size: 14.5px;
  }
}

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

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

  .ytcv-editorial-wrap h2 {
    font-size: 34px;
  }

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

  .ytcv-editorial-wrap .ytcv-card-grid,
  .ytcv-editorial-wrap .ytcv-steps {
    gap: 20px;
    margin-top: 38px;
  }

  .ytcv-editorial-wrap .ytcv-grid-three {
    grid-template-columns: 1fr;
  }

  .ytcv-editorial-wrap .ytcv-info-card,
  .ytcv-editorial-wrap .ytcv-use-card,
  .ytcv-editorial-wrap .ytcv-trust-card {
    padding: 26px;
  }

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

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

  .ytcv-editorial-wrap h3 {
    font-size: 20px;
  }

  .ytcv-editorial-wrap article p {
    font-size: 15px;
  }
}

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

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

  .ytcv-editorial-wrap h2 {
    font-size: 40px;
  }

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

  .ytcv-editorial-wrap .ytcv-card-grid {
    gap: 22px;
    margin-top: 44px;
  }

  .ytcv-editorial-wrap .ytcv-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ytcv-editorial-wrap .ytcv-steps {
    gap: 20px;
    margin-top: 44px;
  }

  .ytcv-editorial-wrap .ytcv-info-card,
  .ytcv-editorial-wrap .ytcv-use-card,
  .ytcv-editorial-wrap .ytcv-trust-card {
    padding: 28px;
  }

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

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

  .ytcv-editorial-wrap h3 {
    font-size: 21px;
  }

  .ytcv-editorial-wrap article p {
    font-size: 15.5px;
  }
}

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

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

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

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

  .ytcv-editorial-wrap .ytcv-card-grid {
    gap: 24px;
    margin-top: 50px;
  }

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

  .ytcv-editorial-wrap .ytcv-steps {
    gap: 22px;
    margin-top: 50px;
  }

  .ytcv-editorial-wrap .ytcv-info-card,
  .ytcv-editorial-wrap .ytcv-use-card,
  .ytcv-editorial-wrap .ytcv-trust-card {
    padding: 30px;
  }

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

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

  .ytcv-editorial-wrap h3 {
    font-size: 22px;
  }

  .ytcv-editorial-wrap article p {
    font-size: 15.5px;
  }
}

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

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