@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');

.ytpv-viewer-wrap,
.ytpv-viewer-wrap * {
  box-sizing: border-box;
  min-width: 0;
}

.ytpv-viewer-wrap {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #15202b;
  font-family: Arial, Helvetica, sans-serif;
}

.ytpv-viewer-wrap .ytpv-band {
  width: 100% !important;
}

.ytpv-viewer-wrap .ytpv-band-white {
  background: #ffffff;
}

.ytpv-viewer-wrap .ytpv-band-tint {
  background: linear-gradient(180deg, #fff7f5 0%, #fffdfb 100%);
}

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

.ytpv-viewer-wrap .ytpv-heading,
.ytpv-viewer-wrap .ytpv-intro,
.ytpv-viewer-wrap .ytpv-card,
.ytpv-viewer-wrap .ytpv-card h3,
.ytpv-viewer-wrap .ytpv-card p {
  text-align: center !important;
}

.ytpv-viewer-wrap .ytpv-heading {
  margin: 0 auto;
  color: #15181d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.ytpv-viewer-wrap .ytpv-intro {
  max-width: 760px;
  margin: 14px auto 0;
  color: #5b6470;
  line-height: 1.65;
  font-weight: 500;
}

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

.ytpv-viewer-wrap .ytpv-card {
  position: relative;
  height: 100% !important;
  display: grid;
  justify-items: center;
  align-content: start;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #f1d8d4;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(185, 28, 28, 0.09);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

.ytpv-viewer-wrap .ytpv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(230, 57, 70, 0.12), transparent 44%);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}

.ytpv-viewer-wrap .ytpv-card:hover {
  transform: translateY(-7px) scale(1.012);
  border-color: rgba(230, 57, 70, 0.42);
  box-shadow: 0 24px 58px rgba(185, 28, 28, 0.16);
  background: #ffffff;
}

.ytpv-viewer-wrap .ytpv-card:hover::before {
  opacity: 1;
}

.ytpv-viewer-wrap .ytpv-icon {
  position: relative;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #e63946 0%, #ff8a5b 100%);
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(230, 57, 70, 0.24);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.ytpv-viewer-wrap .ytpv-card:hover .ytpv-icon {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(230, 57, 70, 0.32);
}

.ytpv-viewer-wrap .ytpv-i {
  color: #ffffff;
  line-height: 1;
}

.ytpv-viewer-wrap .ytpv-card h3 {
  position: relative;
  margin: 0;
  color: #171b22;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.ytpv-viewer-wrap .ytpv-card p {
  position: relative;
  margin: 0 auto;
  color: #65707d;
  line-height: 1.58;
  font-weight: 500;
}

.ytpv-viewer-wrap .ytpv-card.ytpv-reveal {
  opacity: 0;
  transform: translateY(16px);
}

.ytpv-viewer-wrap .ytpv-card.ytpv-inview {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .ytpv-viewer-wrap .ytpv-band {
    padding: 88px 0;
  }

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

  .ytpv-viewer-wrap .ytpv-heading {
    font-size: 42px;
    white-space: nowrap;
  }

  .ytpv-viewer-wrap .ytpv-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

  .ytpv-viewer-wrap .ytpv-grid {
    gap: 24px;
  }

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

  .ytpv-viewer-wrap .ytpv-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ytpv-viewer-wrap .ytpv-card {
    min-height: 292px;
    padding: 34px 24px 30px;
  }

  .ytpv-viewer-wrap .ytpv-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
  }

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

  .ytpv-viewer-wrap .ytpv-card h3 {
    font-size: 20px;
    margin-bottom: 13px;
  }

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

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

  .ytpv-viewer-wrap .ytpv-container {
    padding: 0 22px;
  }

  .ytpv-viewer-wrap .ytpv-heading {
    font-size: 34px;
  }

  .ytpv-viewer-wrap .ytpv-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

  .ytpv-viewer-wrap .ytpv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .ytpv-viewer-wrap .ytpv-card {
    min-height: 268px;
    padding: 30px 22px 26px;
    border-radius: 20px;
  }

  .ytpv-viewer-wrap .ytpv-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 21px;
  }

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

  .ytpv-viewer-wrap .ytpv-card h3 {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .ytpv-viewer-wrap .ytpv-card p {
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ytpv-viewer-wrap .ytpv-band {
    padding: 52px 0;
  }

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

  .ytpv-viewer-wrap .ytpv-heading {
    font-size: 27px;
  }

  .ytpv-viewer-wrap .ytpv-intro {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 24px;
  }

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

  .ytpv-viewer-wrap .ytpv-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }

  .ytpv-viewer-wrap .ytpv-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    border-radius: 14px;
  }

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

  .ytpv-viewer-wrap .ytpv-card h3 {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .ytpv-viewer-wrap .ytpv-card p {
    font-size: 12.8px;
    line-height: 1.5;
  }
}

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

  .ytpv-viewer-wrap .ytpv-container {
    padding: 0 12px;
  }

  .ytpv-viewer-wrap .ytpv-heading {
    font-size: 24px;
  }

  .ytpv-viewer-wrap .ytpv-intro {
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .ytpv-viewer-wrap .ytpv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

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

  .ytpv-viewer-wrap .ytpv-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 13px;
    border-radius: 13px;
  }

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

  .ytpv-viewer-wrap .ytpv-card h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .ytpv-viewer-wrap .ytpv-card p {
    font-size: 12.2px;
    line-height: 1.45;
  }
}

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

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

  .ytpv-viewer-wrap .ytpv-heading {
    font-size: 22px;
  }

  .ytpv-viewer-wrap .ytpv-intro {
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 18px;
  }

  .ytpv-viewer-wrap .ytpv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

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

  .ytpv-viewer-wrap .ytpv-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 12px;
  }

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

  .ytpv-viewer-wrap .ytpv-card h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .ytpv-viewer-wrap .ytpv-card p {
    font-size: 11.5px;
    line-height: 1.42;
  }
}