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

.yt-desc-viewer-pro,
.yt-desc-viewer-pro * {
  box-sizing: border-box;
  min-width: 0;
}

.yt-desc-viewer-pro {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17212b;
  font-family: Arial, Helvetica, sans-serif;
}

.yt-desc-viewer-pro .yt-desc-viewer-pro-section {
  width: 100% !important;
  overflow: hidden;
}

.yt-desc-viewer-pro .yt-desc-viewer-pro-section-white {
  background: #ffffff;
}

.yt-desc-viewer-pro .yt-desc-viewer-pro-section-tint {
  background: linear-gradient(180deg, #fff5f3 0%, #f8fbfc 100%);
}

.yt-desc-viewer-pro .yt-desc-viewer-pro-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.yt-desc-viewer-pro h2,
.yt-desc-viewer-pro h3,
.yt-desc-viewer-pro p {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.yt-desc-viewer-pro h2 {
  color: #15202a;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 14px;
}

.yt-desc-viewer-pro .yt-desc-viewer-pro-intro {
  color: #5c6973;
  line-height: 1.7;
  font-weight: 500;
  margin-top: 0;
}

.yt-desc-viewer-pro .yt-desc-viewer-pro-grid {
  display: grid !important;
  align-items: stretch !important;
}

.yt-desc-viewer-pro .yt-desc-viewer-pro-card {
  position: relative;
  height: 100% !important;
  overflow: hidden;
  text-align: center !important;
  background: linear-gradient(180deg, #ffffff 0%, #fffafa 100%);
  border: 1px solid #ffe0dc;
  box-shadow: 0 18px 44px rgba(212, 35, 35, 0.09);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

.yt-desc-viewer-pro .yt-desc-viewer-pro-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.08), transparent 44%);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}

.yt-desc-viewer-pro .yt-desc-viewer-pro-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 0, 0, 0.3);
  box-shadow: 0 24px 58px rgba(212, 35, 35, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #fff4f1 100%);
}

.yt-desc-viewer-pro .yt-desc-viewer-pro-card:hover::before {
  opacity: 1;
}

.yt-desc-viewer-pro .yt-desc-viewer-pro-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 24px;
  background: linear-gradient(135deg, #ff0000 0%, #ff6b35 100%);
  box-shadow: 0 14px 28px rgba(255, 0, 0, 0.2);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.yt-desc-viewer-pro .yt-desc-viewer-pro-card:hover .yt-desc-viewer-pro-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 36px rgba(255, 107, 53, 0.26);
}

.yt-desc-viewer-pro .yt-desc-viewer-pro-i {
  color: #ffffff;
  line-height: 1;
}

.yt-desc-viewer-pro h3 {
  position: relative;
  color: #17212b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  margin-top: 0;
}

.yt-desc-viewer-pro .yt-desc-viewer-pro-card p {
  position: relative;
  color: #64727d;
  line-height: 1.62;
  font-weight: 500;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .yt-desc-viewer-pro .yt-desc-viewer-pro-section {
    padding: 92px 0;
  }

  .yt-desc-viewer-pro .yt-desc-viewer-pro-container {
    padding: 0 24px;
  }

  .yt-desc-viewer-pro h2 {
    font-size: 42px;
    white-space: nowrap;
  }

  .yt-desc-viewer-pro .yt-desc-viewer-pro-intro {
    max-width: 780px;
    font-size: 17px;
    margin-bottom: 42px;
  }

  .yt-desc-viewer-pro .yt-desc-viewer-pro-grid {
    gap: 24px;
  }

  .yt-desc-viewer-pro .yt-desc-viewer-pro-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .yt-desc-viewer-pro .yt-desc-viewer-pro-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .yt-desc-viewer-pro .yt-desc-viewer-pro-card {
    min-height: 292px;
    padding: 34px 26px;
    border-radius: 24px;
  }

  .yt-desc-viewer-pro .yt-desc-viewer-pro-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }

  .yt-desc-viewer-pro .yt-desc-viewer-pro-i {
    font-size: 30px;
  }

  .yt-desc-viewer-pro h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .yt-desc-viewer-pro .yt-desc-viewer-pro-card p {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .yt-desc-viewer-pro .yt-desc-viewer-pro-section {
    padding: 72px 0;
  }

  .yt-desc-viewer-pro .yt-desc-viewer-pro-container {
    padding: 0 22px;
  }

  .yt-desc-viewer-pro h2 {
    font-size: 34px;
    max-width: 680px;
  }

  .yt-desc-viewer-pro .yt-desc-viewer-pro-intro {
    max-width: 700px;
    font-size: 16px;
    margin-bottom: 34px;
  }

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

  .yt-desc-viewer-pro .yt-desc-viewer-pro-card {
    min-height: 268px;
    padding: 30px 24px;
    border-radius: 22px;
  }

  .yt-desc-viewer-pro .yt-desc-viewer-pro-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 21px;
  }

  .yt-desc-viewer-pro .yt-desc-viewer-pro-i {
    font-size: 27px;
  }

  .yt-desc-viewer-pro h3 {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .yt-desc-viewer-pro .yt-desc-viewer-pro-card p {
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .yt-desc-viewer-pro .yt-desc-viewer-pro-section {
    padding: 54px 0;
  }

  .yt-desc-viewer-pro .yt-desc-viewer-pro-container {
    padding: 0 16px;
  }

  .yt-desc-viewer-pro h2 {
    font-size: 28px;
    max-width: 420px;
  }

  .yt-desc-viewer-pro .yt-desc-viewer-pro-intro {
    max-width: 520px;
    font-size: 14.5px;
    line-height: 1.58;
    margin-bottom: 24px;
  }

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

  .yt-desc-viewer-pro .yt-desc-viewer-pro-card {
    min-height: 232px;
    padding: 22px 14px;
    border-radius: 18px;
  }

  .yt-desc-viewer-pro .yt-desc-viewer-pro-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 18px;
  }

  .yt-desc-viewer-pro .yt-desc-viewer-pro-i {
    font-size: 22px;
  }

  .yt-desc-viewer-pro h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .yt-desc-viewer-pro .yt-desc-viewer-pro-card p {
    font-size: 13px;
    line-height: 1.48;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .yt-desc-viewer-pro .yt-desc-viewer-pro-section {
    padding: 48px 0;
  }

  .yt-desc-viewer-pro .yt-desc-viewer-pro-container {
    padding: 0 12px;
  }

  .yt-desc-viewer-pro h2 {
    font-size: 25px;
    max-width: 350px;
  }

  .yt-desc-viewer-pro .yt-desc-viewer-pro-intro {
    max-width: 360px;
    font-size: 13.5px;
    line-height: 1.52;
    margin-bottom: 20px;
  }

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

  .yt-desc-viewer-pro .yt-desc-viewer-pro-card {
    min-height: 222px;
    padding: 20px 11px;
    border-radius: 16px;
  }

  .yt-desc-viewer-pro .yt-desc-viewer-pro-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
    border-radius: 16px;
  }

  .yt-desc-viewer-pro .yt-desc-viewer-pro-i {
    font-size: 20px;
  }

  .yt-desc-viewer-pro h3 {
    font-size: 15px;
    margin-bottom: 7px;
  }

  .yt-desc-viewer-pro .yt-desc-viewer-pro-card p {
    font-size: 12.4px;
    line-height: 1.43;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .yt-desc-viewer-pro .yt-desc-viewer-pro-section {
    padding: 42px 0;
  }

  .yt-desc-viewer-pro .yt-desc-viewer-pro-container {
    padding: 0 10px;
  }

  .yt-desc-viewer-pro h2 {
    font-size: 22px;
    max-width: 300px;
  }

  .yt-desc-viewer-pro .yt-desc-viewer-pro-intro {
    max-width: 300px;
    font-size: 12.8px;
    line-height: 1.48;
    margin-bottom: 18px;
  }

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

  .yt-desc-viewer-pro .yt-desc-viewer-pro-card {
    min-height: 214px;
    padding: 18px 9px;
    border-radius: 14px;
  }

  .yt-desc-viewer-pro .yt-desc-viewer-pro-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
    border-radius: 15px;
  }

  .yt-desc-viewer-pro .yt-desc-viewer-pro-i {
    font-size: 18px;
  }

  .yt-desc-viewer-pro h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .yt-desc-viewer-pro .yt-desc-viewer-pro-card p {
    font-size: 11.8px;
    line-height: 1.4;
  }
}