@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,
.yt-desc-viewer * {
  box-sizing: border-box;
}

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

.yt-desc-viewer-section {
  width: 100% !important;
  text-align: center;
}

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

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

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

.yt-desc-viewer h2 {
  margin: 0 auto;
  color: #151b24;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
  text-align: center;
}

.yt-desc-viewer p {
  margin: 0 auto;
  color: #52606d;
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
}

.yt-desc-viewer-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}

.yt-desc-viewer-card {
  position: relative;
  display: block;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(214, 67, 57, 0.16);
  box-shadow: 0 18px 44px rgba(137, 36, 30, 0.09);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

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

.yt-desc-viewer-card:hover {
  transform: translateY(-7px);
  border-color: rgba(214, 67, 57, 0.34);
  box-shadow: 0 24px 58px rgba(137, 36, 30, 0.14);
  background: #ffffff;
}

.yt-desc-viewer-card:hover::before {
  opacity: 1;
  transform: translateY(8px);
}

.yt-desc-viewer-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff0033 0%, #ff7a3d 100%);
  box-shadow: 0 14px 28px rgba(255, 0, 51, 0.2);
  color: #ffffff;
  text-align: center;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.yt-desc-viewer-card:hover .yt-desc-viewer-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 34px rgba(255, 0, 51, 0.28);
}

.yt-desc-viewer-i {
  display: inline-block;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

.yt-desc-viewer-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #1b2533;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.yt-desc-viewer-card p {
  position: relative;
  z-index: 1;
  color: #5b6775;
  text-align: center;
}

.yt-desc-viewer-card {
  opacity: 1;
  transform: translateY(0);
}

.yt-desc-viewer-card.yt-desc-viewer-reveal-ready {
  opacity: 0;
  transform: translateY(18px);
}

.yt-desc-viewer-card.yt-desc-viewer-reveal-in {
  opacity: 1;
  transform: translateY(0);
}

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

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

  .yt-desc-viewer h2 {
    max-width: 980px;
    font-size: 42px;
  }

  .yt-desc-viewer-container > p {
    max-width: 760px;
    padding-top: 16px;
    font-size: 17px;
  }

  .yt-desc-viewer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 42px;
  }

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

  .yt-desc-viewer-card {
    min-height: 292px;
    padding: 34px 28px 30px;
    border-radius: 22px;
  }

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

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

  .yt-desc-viewer-card h3 {
    font-size: 21px;
  }

  .yt-desc-viewer-card p {
    padding-top: 13px;
    font-size: 15px;
  }
}

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

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

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

  .yt-desc-viewer-container > p {
    max-width: 680px;
    padding-top: 14px;
    font-size: 16px;
  }

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

  .yt-desc-viewer-card {
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }

  .yt-desc-viewer-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
  }

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

  .yt-desc-viewer-card h3 {
    font-size: 19px;
  }

  .yt-desc-viewer-card p {
    padding-top: 11px;
    font-size: 14.5px;
  }
}

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

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

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

  .yt-desc-viewer-container > p {
    max-width: 520px;
    padding-top: 11px;
    font-size: 14px;
    line-height: 1.55;
  }

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

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

  .yt-desc-viewer-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }

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

  .yt-desc-viewer-card h3 {
    font-size: 16px;
  }

  .yt-desc-viewer-card p {
    padding-top: 9px;
    font-size: 12.8px;
    line-height: 1.5;
  }
}

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

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

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

  .yt-desc-viewer-container > p {
    max-width: 360px;
    padding-top: 10px;
    font-size: 13.2px;
    line-height: 1.5;
  }

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

  .yt-desc-viewer-card {
    min-height: 224px;
    padding: 20px 11px 18px;
    border-radius: 15px;
  }

  .yt-desc-viewer-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 13px;
  }

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

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

  .yt-desc-viewer-card p {
    padding-top: 8px;
    font-size: 12px;
    line-height: 1.45;
  }
}

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

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

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

  .yt-desc-viewer-container > p {
    max-width: 310px;
    padding-top: 9px;
    font-size: 12.4px;
    line-height: 1.45;
  }

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

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

  .yt-desc-viewer-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
  }

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

  .yt-desc-viewer-card h3 {
    font-size: 13px;
    line-height: 1.22;
  }

  .yt-desc-viewer-card p {
    padding-top: 7px;
    font-size: 11.2px;
    line-height: 1.42;
  }
}