@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

.ytpvv-section-wrap,
.ytpvv-section-wrap * {
  box-sizing: border-box;
  min-width: 0;
}

.ytpvv-section-wrap {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #1e2329;
  font-family: inherit;
}

.ytpvv-section-wrap .ytpvv-band {
  width: 100% !important;
  overflow: hidden;
}

.ytpvv-section-wrap .ytpvv-band-white {
  background: #ffffff;
}

.ytpvv-section-wrap .ytpvv-band-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.075), transparent 34%),
    linear-gradient(180deg, #fff7f7 0%, #f7f9fb 100%);
}

.ytpvv-section-wrap .ytpvv-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.ytpvv-section-wrap h2,
.ytpvv-section-wrap .ytpvv-intro,
.ytpvv-section-wrap h3,
.ytpvv-section-wrap p {
  text-align: center !important;
}

.ytpvv-section-wrap h2 {
  margin: 0 auto;
  color: #15181d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.ytpvv-section-wrap .ytpvv-intro {
  margin: 0 auto;
  color: #5b626c;
  line-height: 1.65;
  max-width: 780px;
  font-weight: 400;
}

.ytpvv-section-wrap .ytpvv-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}

.ytpvv-section-wrap .ytpvv-card {
  position: relative;
  height: 100% !important;
  display: grid;
  align-content: start;
  justify-items: center;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfd 100%);
  border: 1px solid rgba(210, 34, 45, 0.14);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(152, 35, 44, 0.09);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background-position 420ms ease;
  background-size: 100% 140%;
}

.ytpvv-section-wrap .ytpvv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 0, 0, 0.08), rgba(22, 26, 32, 0) 46%, rgba(255, 180, 0, 0.08));
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}

.ytpvv-section-wrap .ytpvv-card-tint {
  background: linear-gradient(180deg, #ffffff 0%, #fff9f4 100%);
  border-color: rgba(196, 28, 39, 0.17);
}

.ytpvv-section-wrap .ytpvv-card:hover {
  transform: translateY(-8px);
  border-color: rgba(224, 0, 0, 0.34);
  box-shadow: 0 24px 58px rgba(152, 35, 44, 0.16);
  background-position: 0 100%;
}

.ytpvv-section-wrap .ytpvv-card:hover::before {
  opacity: 1;
}

.ytpvv-section-wrap .ytpvv-icon {
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #e00000 0%, #ff6b00 100%);
  box-shadow: 0 14px 30px rgba(224, 0, 0, 0.22);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.ytpvv-section-wrap .ytpvv-card:hover .ytpvv-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 36px rgba(224, 0, 0, 0.28);
}

.ytpvv-section-wrap .ytpvv-i {
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

.ytpvv-section-wrap h3 {
  position: relative;
  margin: 0;
  color: #191d23;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0;
}

.ytpvv-section-wrap .ytpvv-card p {
  position: relative;
  margin: 0;
  color: #606873;
  line-height: 1.55;
}

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

.ytpvv-section-wrap .ytpvv-reveal.ytpvv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

@media (min-width: 1024px) {
  .ytpvv-section-wrap .ytpvv-band {
    padding: 86px 0;
  }

  .ytpvv-section-wrap .ytpvv-container {
    padding: 0 28px;
  }

  .ytpvv-section-wrap h2 {
    font-size: 42px;
    white-space: nowrap;
    max-width: 100%;
  }

  .ytpvv-section-wrap .ytpvv-intro {
    font-size: 17px;
    margin-top: 18px;
    margin-bottom: 42px;
  }

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

  .ytpvv-section-wrap .ytpvv-grid {
    gap: 26px;
  }

  .ytpvv-section-wrap .ytpvv-card {
    min-height: 300px;
    padding: 34px 28px 30px;
  }

  .ytpvv-section-wrap .ytpvv-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
  }

  .ytpvv-section-wrap .ytpvv-i {
    font-size: 27px;
  }

  .ytpvv-section-wrap h3 {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .ytpvv-section-wrap .ytpvv-card p {
    font-size: 15.5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ytpvv-section-wrap .ytpvv-band {
    padding: 70px 0;
  }

  .ytpvv-section-wrap .ytpvv-container {
    padding: 0 24px;
  }

  .ytpvv-section-wrap h2 {
    font-size: 34px;
  }

  .ytpvv-section-wrap .ytpvv-intro {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 34px;
  }

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

  .ytpvv-section-wrap .ytpvv-card {
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }

  .ytpvv-section-wrap .ytpvv-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 21px;
  }

  .ytpvv-section-wrap .ytpvv-i {
    font-size: 25px;
  }

  .ytpvv-section-wrap h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .ytpvv-section-wrap .ytpvv-card p {
    font-size: 15px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ytpvv-section-wrap .ytpvv-band {
    padding: 54px 0;
  }

  .ytpvv-section-wrap .ytpvv-container {
    padding: 0 16px;
  }

  .ytpvv-section-wrap h2 {
    font-size: 27px;
    max-width: 390px;
  }

  .ytpvv-section-wrap .ytpvv-intro {
    font-size: 14.5px;
    line-height: 1.55;
    margin-top: 13px;
    margin-bottom: 26px;
  }

  .ytpvv-section-wrap .ytpvv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .ytpvv-section-wrap .ytpvv-card {
    min-height: 230px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }

  .ytpvv-section-wrap .ytpvv-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 15px;
  }

  .ytpvv-section-wrap .ytpvv-i {
    font-size: 21px;
  }

  .ytpvv-section-wrap h3 {
    font-size: 15.5px;
    margin-bottom: 9px;
  }

  .ytpvv-section-wrap .ytpvv-card p {
    font-size: 13px;
    line-height: 1.45;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ytpvv-section-wrap .ytpvv-band {
    padding: 46px 0;
  }

  .ytpvv-section-wrap .ytpvv-container {
    padding: 0 12px;
  }

  .ytpvv-section-wrap h2 {
    font-size: 24px;
    max-width: 340px;
  }

  .ytpvv-section-wrap .ytpvv-intro {
    font-size: 13.5px;
    line-height: 1.5;
    margin-top: 12px;
    margin-bottom: 22px;
  }

  .ytpvv-section-wrap .ytpvv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }

  .ytpvv-section-wrap .ytpvv-card {
    min-height: 222px;
    padding: 19px 11px 17px;
    border-radius: 15px;
  }

  .ytpvv-section-wrap .ytpvv-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 14px;
  }

  .ytpvv-section-wrap .ytpvv-i {
    font-size: 19px;
  }

  .ytpvv-section-wrap h3 {
    font-size: 14.5px;
    margin-bottom: 8px;
  }

  .ytpvv-section-wrap .ytpvv-card p {
    font-size: 12.4px;
    line-height: 1.42;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ytpvv-section-wrap .ytpvv-band {
    padding: 40px 0;
  }

  .ytpvv-section-wrap .ytpvv-container {
    padding: 0 10px;
  }

  .ytpvv-section-wrap h2 {
    font-size: 21px;
    max-width: 300px;
  }

  .ytpvv-section-wrap .ytpvv-intro {
    font-size: 12.5px;
    line-height: 1.45;
    margin-top: 10px;
    margin-bottom: 18px;
  }

  .ytpvv-section-wrap .ytpvv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .ytpvv-section-wrap .ytpvv-card {
    min-height: 214px;
    padding: 17px 9px 15px;
    border-radius: 14px;
  }

  .ytpvv-section-wrap .ytpvv-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 13px;
  }

  .ytpvv-section-wrap .ytpvv-i {
    font-size: 18px;
  }

  .ytpvv-section-wrap h3 {
    font-size: 13.2px;
    margin-bottom: 7px;
  }

  .ytpvv-section-wrap .ytpvv-card p {
    font-size: 11.5px;
    line-height: 1.38;
  }
}

@media (max-width: 319px) {
  .ytpvv-section-wrap .ytpvv-grid {
    grid-template-columns: 1fr;
  }
}