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

.pyv-private-youtube-viewer,
.pyv-private-youtube-viewer * {
  box-sizing: border-box;
  min-width: 0;
}

.pyv-private-youtube-viewer {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17211f;
  font-family: inherit;
}

.pyv-private-youtube-viewer .pyv-section {
  width: 100% !important;
  text-align: center;
}

.pyv-private-youtube-viewer .pyv-section-one,
.pyv-private-youtube-viewer .pyv-section-three {
  background: #ffffff;
}

.pyv-private-youtube-viewer .pyv-section-two {
  background: linear-gradient(180deg, #f4fbf8 0%, #eef7f2 100%);
}

.pyv-private-youtube-viewer .pyv-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.pyv-private-youtube-viewer h2,
.pyv-private-youtube-viewer h3,
.pyv-private-youtube-viewer p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pyv-private-youtube-viewer h2 {
  color: #10201d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 14px;
}

.pyv-private-youtube-viewer .pyv-intro {
  color: #53635f;
  line-height: 1.7;
  margin-top: 0;
}

.pyv-private-youtube-viewer .pyv-grid {
  display: grid !important;
  align-items: stretch !important;
}

.pyv-private-youtube-viewer .pyv-card {
  position: relative;
  height: 100% !important;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #dce9e5;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(27, 70, 60, 0.08);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

.pyv-private-youtube-viewer .pyv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(37, 126, 104, 0.14), transparent 46%);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}

.pyv-private-youtube-viewer .pyv-card:hover {
  transform: translateY(-7px);
  border-color: rgba(37, 126, 104, 0.42);
  background: #ffffff;
  box-shadow: 0 24px 58px rgba(27, 70, 60, 0.15);
}

.pyv-private-youtube-viewer .pyv-card:hover::before {
  opacity: 1;
}

.pyv-private-youtube-viewer .pyv-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #163f37 0%, #257e68 55%, #d7a841 100%);
  box-shadow: 0 14px 28px rgba(37, 126, 104, 0.22);
  transition: transform 280ms ease, box-shadow 280ms ease, filter 280ms ease;
}

.pyv-private-youtube-viewer .pyv-card:hover .pyv-icon {
  transform: translateY(-3px) scale(1.04);
  filter: saturate(1.08);
  box-shadow: 0 18px 34px rgba(37, 126, 104, 0.28);
}

.pyv-private-youtube-viewer .pyv-i {
  line-height: 1;
  text-align: center;
}

.pyv-private-youtube-viewer .pyv-card h3 {
  position: relative;
  z-index: 1;
  color: #152420;
  font-weight: 750;
  line-height: 1.22;
  letter-spacing: 0;
  margin-top: 0;
}

.pyv-private-youtube-viewer .pyv-card p {
  position: relative;
  z-index: 1;
  color: #5b6a66;
  line-height: 1.62;
  margin: 0;
}

.pyv-private-youtube-viewer .pyv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.pyv-private-youtube-viewer .pyv-reveal.pyv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

@media (min-width: 1024px) {
  .pyv-private-youtube-viewer .pyv-section {
    padding: 92px 0;
  }

  .pyv-private-youtube-viewer .pyv-container {
    padding: 0 28px;
  }

  .pyv-private-youtube-viewer h2 {
    font-size: 42px;
    white-space: nowrap;
  }

  .pyv-private-youtube-viewer .pyv-intro {
    max-width: 760px;
    font-size: 17px;
    margin-bottom: 42px;
  }

  .pyv-private-youtube-viewer .pyv-grid {
    gap: 24px;
  }

  .pyv-private-youtube-viewer .pyv-grid-six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pyv-private-youtube-viewer .pyv-grid-eight {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pyv-private-youtube-viewer .pyv-card {
    min-height: 296px;
    padding: 34px 26px 30px;
  }

  .pyv-private-youtube-viewer .pyv-icon {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    margin-bottom: 22px;
    font-size: 27px;
  }

  .pyv-private-youtube-viewer .pyv-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .pyv-private-youtube-viewer .pyv-card p {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .pyv-private-youtube-viewer .pyv-section {
    padding: 74px 0;
  }

  .pyv-private-youtube-viewer .pyv-container {
    padding: 0 24px;
  }

  .pyv-private-youtube-viewer h2 {
    font-size: 34px;
  }

  .pyv-private-youtube-viewer .pyv-intro {
    max-width: 700px;
    font-size: 16px;
    margin-bottom: 34px;
  }

  .pyv-private-youtube-viewer .pyv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px;
  }

  .pyv-private-youtube-viewer .pyv-card {
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }

  .pyv-private-youtube-viewer .pyv-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .pyv-private-youtube-viewer .pyv-card h3 {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .pyv-private-youtube-viewer .pyv-card p {
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .pyv-private-youtube-viewer .pyv-section {
    padding: 54px 0;
  }

  .pyv-private-youtube-viewer .pyv-container {
    padding: 0 16px;
  }

  .pyv-private-youtube-viewer h2 {
    font-size: 28px;
  }

  .pyv-private-youtube-viewer .pyv-intro {
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .pyv-private-youtube-viewer .pyv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
  }

  .pyv-private-youtube-viewer .pyv-card {
    min-height: 238px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }

  .pyv-private-youtube-viewer .pyv-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .pyv-private-youtube-viewer .pyv-card h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .pyv-private-youtube-viewer .pyv-card p {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .pyv-private-youtube-viewer .pyv-section {
    padding: 46px 0;
  }

  .pyv-private-youtube-viewer .pyv-container {
    padding: 0 12px;
  }

  .pyv-private-youtube-viewer h2 {
    font-size: 25px;
  }

  .pyv-private-youtube-viewer .pyv-intro {
    font-size: 13.5px;
    line-height: 1.55;
    margin-bottom: 20px;
  }

  .pyv-private-youtube-viewer .pyv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 11px;
  }

  .pyv-private-youtube-viewer .pyv-card {
    min-height: 224px;
    padding: 18px 11px 17px;
    border-radius: 14px;
  }

  .pyv-private-youtube-viewer .pyv-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 13px;
    font-size: 18px;
  }

  .pyv-private-youtube-viewer .pyv-card h3 {
    font-size: 14.5px;
    margin-bottom: 7px;
  }

  .pyv-private-youtube-viewer .pyv-card p {
    font-size: 12.4px;
    line-height: 1.46;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .pyv-private-youtube-viewer .pyv-section {
    padding: 40px 0;
  }

  .pyv-private-youtube-viewer .pyv-container {
    padding: 0 9px;
  }

  .pyv-private-youtube-viewer h2 {
    font-size: 22px;
  }

  .pyv-private-youtube-viewer .pyv-intro {
    font-size: 12.8px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  .pyv-private-youtube-viewer .pyv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px;
  }

  .pyv-private-youtube-viewer .pyv-card {
    min-height: 216px;
    padding: 16px 8px 15px;
    border-radius: 13px;
  }

  .pyv-private-youtube-viewer .pyv-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 11px;
    font-size: 17px;
  }

  .pyv-private-youtube-viewer .pyv-card h3 {
    font-size: 13.5px;
    margin-bottom: 6px;
  }

  .pyv-private-youtube-viewer .pyv-card p {
    font-size: 11.8px;
    line-height: 1.42;
  }
}