@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-wrap,
.ytpvv-wrap * {
  box-sizing: border-box;
  min-width: 0;
}

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

.ytpvv-wrap .ytpvv-section {
  width: 100% !important;
  text-align: center;
}

.ytpvv-wrap .ytpvv-section-one,
.ytpvv-wrap .ytpvv-section-three {
  background: #ffffff;
}

.ytpvv-wrap .ytpvv-section-two {
  background: linear-gradient(180deg, #fff6f4 0%, #f8fbff 100%);
}

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

.ytpvv-wrap .ytpvv-heading {
  margin: 0 auto;
  color: #17191d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
}

.ytpvv-wrap .ytpvv-intro {
  margin: 14px auto 0;
  max-width: 760px;
  color: #5d6470;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}

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

.ytpvv-wrap .ytpvv-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100% !important;
  overflow: hidden;
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #f0d9d5;
  box-shadow: 0 18px 45px rgba(185, 28, 28, 0.09);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.ytpvv-wrap .ytpvv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.11), transparent 48%);
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 260ms ease, transform 260ms ease;
  pointer-events: none;
}

.ytpvv-wrap .ytpvv-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 0, 0, 0.28);
  box-shadow: 0 24px 58px rgba(185, 28, 28, 0.15);
  background: #ffffff;
}

.ytpvv-wrap .ytpvv-card:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.ytpvv-wrap .ytpvv-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ffffff;
  background: linear-gradient(135deg, #ff0000 0%, #b91c1c 62%, #111827 100%);
  box-shadow: 0 14px 30px rgba(255, 0, 0, 0.24);
  transition: transform 260ms ease, box-shadow 260ms ease, filter 260ms ease;
}

.ytpvv-wrap .ytpvv-card:hover .ytpvv-icon {
  transform: translateY(-3px) scale(1.04);
  filter: saturate(1.08);
  box-shadow: 0 18px 36px rgba(255, 0, 0, 0.3);
}

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

.ytpvv-wrap .ytpvv-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #191b20;
  font-weight: 750;
  line-height: 1.22;
  letter-spacing: 0;
  text-align: center;
}

.ytpvv-wrap .ytpvv-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #626976;
  font-weight: 400;
  line-height: 1.62;
  text-align: center;
}

.ytpvv-wrap.ytpvv-js .ytpvv-card {
  opacity: 0;
  transform: translateY(16px);
}

.ytpvv-wrap.ytpvv-js .ytpvv-card.ytpvv-in {
  opacity: 1;
  transform: translateY(0);
}

.ytpvv-wrap.ytpvv-js .ytpvv-card.ytpvv-in:hover {
  transform: translateY(-7px);
}

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

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

  .ytpvv-wrap .ytpvv-heading {
    font-size: 42px;
    max-width: 1040px;
    white-space: nowrap;
  }

  .ytpvv-wrap .ytpvv-intro {
    font-size: 17px;
  }

  .ytpvv-wrap .ytpvv-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 42px;
  }

  .ytpvv-wrap .ytpvv-card {
    min-height: 292px;
    padding: 34px 28px 30px;
    border-radius: 24px;
  }

  .ytpvv-wrap .ytpvv-icon {
    width: 70px;
    height: 70px;
    border-radius: 22px;
    margin-bottom: 24px;
  }

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

  .ytpvv-wrap .ytpvv-card h3 {
    font-size: 21px;
    margin-bottom: 12px;
  }

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

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

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

  .ytpvv-wrap .ytpvv-heading {
    font-size: 34px;
    max-width: 720px;
  }

  .ytpvv-wrap .ytpvv-intro {
    font-size: 16px;
  }

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

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

  .ytpvv-wrap .ytpvv-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    margin-bottom: 22px;
  }

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

  .ytpvv-wrap .ytpvv-card h3 {
    font-size: 20px;
    margin-bottom: 11px;
  }

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

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

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

  .ytpvv-wrap .ytpvv-heading {
    font-size: 27px;
    max-width: 420px;
  }

  .ytpvv-wrap .ytpvv-intro {
    font-size: 14.5px;
    line-height: 1.58;
  }

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

  .ytpvv-wrap .ytpvv-card {
    min-height: 232px;
    padding: 20px 14px 18px;
    border-radius: 18px;
  }

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

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

  .ytpvv-wrap .ytpvv-card h3 {
    font-size: 16.5px;
    margin-bottom: 9px;
  }

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

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

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

  .ytpvv-wrap .ytpvv-heading {
    font-size: 24px;
    max-width: 350px;
  }

  .ytpvv-wrap .ytpvv-intro {
    font-size: 13.5px;
    line-height: 1.52;
  }

  .ytpvv-wrap .ytpvv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }

  .ytpvv-wrap .ytpvv-card {
    min-height: 224px;
    padding: 18px 11px 16px;
    border-radius: 16px;
  }

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

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

  .ytpvv-wrap .ytpvv-card h3 {
    font-size: 15.5px;
    margin-bottom: 8px;
  }

  .ytpvv-wrap .ytpvv-card p {
    font-size: 12.5px;
    line-height: 1.44;
  }
}

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

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

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

  .ytpvv-wrap .ytpvv-intro {
    font-size: 12.5px;
    line-height: 1.48;
  }

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

  .ytpvv-wrap .ytpvv-card {
    min-height: 218px;
    padding: 16px 9px 14px;
    border-radius: 14px;
  }

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

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

  .ytpvv-wrap .ytpvv-card h3 {
    font-size: 14.5px;
    margin-bottom: 7px;
  }

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

@media (max-width: 319px) {
  .ytpvv-wrap .ytpvv-section {
    padding: 38px 0;
  }

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

  .ytpvv-wrap .ytpvv-heading {
    font-size: 20px;
  }

  .ytpvv-wrap .ytpvv-intro {
    font-size: 12px;
  }

  .ytpvv-wrap .ytpvv-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .ytpvv-wrap .ytpvv-card {
    min-height: 210px;
    padding: 16px 12px;
    border-radius: 14px;
  }

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

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

  .ytpvv-wrap .ytpvv-card h3 {
    font-size: 15px;
    margin-bottom: 7px;
  }

  .ytpvv-wrap .ytpvv-card p {
    font-size: 12px;
    line-height: 1.4;
  }
}