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

.ytv-url-viewer,
.ytv-url-viewer * {
  box-sizing: border-box;
  min-width: 0;
}

.ytv-url-viewer {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172026;
  font-family: Arial, Helvetica, sans-serif;
}

.ytv-url-viewer .ytv-section {
  width: 100% !important;
}

.ytv-url-viewer .ytv-section-white {
  background: #ffffff;
}

.ytv-url-viewer .ytv-section-tint {
  background: linear-gradient(180deg, #fff7f4 0%, #f8fbfc 100%);
}

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

.ytv-url-viewer .ytv-heading {
  margin: 0 auto;
  color: #151b1f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}

.ytv-url-viewer .ytv-intro {
  margin: 14px auto 0;
  max-width: 760px;
  color: #536168;
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
}

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

.ytv-url-viewer .ytv-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfc 100%);
  border: 1px solid #f0d7d0;
  box-shadow: 0 18px 42px rgba(181, 42, 36, 0.09);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 360ms ease;
}

.ytv-url-viewer .ytv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.09), transparent 48%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.ytv-url-viewer .ytv-card:hover {
  transform: translateY(-7px);
  border-color: #ffb1a3;
  box-shadow: 0 24px 58px rgba(181, 42, 36, 0.16);
}

.ytv-url-viewer .ytv-card:hover::before {
  opacity: 1;
}

.ytv-url-viewer .ytv-icon {
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ffffff;
  background: linear-gradient(135deg, #ff0000 0%, #ff6b4a 55%, #111820 100%);
  box-shadow: 0 14px 28px rgba(255, 0, 0, 0.24);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.ytv-url-viewer .ytv-card:hover .ytv-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 34px rgba(255, 0, 0, 0.3);
}

.ytv-url-viewer .ytv-i {
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

.ytv-url-viewer .ytv-card-title {
  margin: 0;
  color: #182126;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.ytv-url-viewer .ytv-card-text {
  margin: 0 auto;
  color: #5a686f;
  font-weight: 400;
  line-height: 1.58;
  text-align: center;
}

.ytv-url-viewer.ytv-reveal-ready .ytv-card {
  opacity: 0;
  transform: translateY(16px);
}

.ytv-url-viewer.ytv-reveal-ready .ytv-card.ytv-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .ytv-url-viewer .ytv-section {
    padding: 86px 0;
  }

  .ytv-url-viewer .ytv-container {
    padding: 0 28px;
  }

  .ytv-url-viewer .ytv-heading {
    font-size: 42px;
    white-space: nowrap;
  }

  .ytv-url-viewer .ytv-intro {
    font-size: 17px;
  }

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

  .ytv-url-viewer .ytv-card {
    min-height: 292px;
    padding: 34px 28px;
    border-radius: 24px;
  }

  .ytv-url-viewer .ytv-icon {
    width: 68px;
    height: 68px;
    border-radius: 21px;
    margin-bottom: 24px;
    font-size: 28px;
  }

  .ytv-url-viewer .ytv-card-title {
    font-size: 21px;
    margin-bottom: 13px;
  }

  .ytv-url-viewer .ytv-card-text {
    font-size: 15.5px;
  }
}

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

  .ytv-url-viewer .ytv-container {
    padding: 0 24px;
  }

  .ytv-url-viewer .ytv-heading {
    font-size: 34px;
  }

  .ytv-url-viewer .ytv-intro {
    font-size: 16px;
  }

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

  .ytv-url-viewer .ytv-card {
    min-height: 264px;
    padding: 30px 24px;
    border-radius: 22px;
  }

  .ytv-url-viewer .ytv-icon {
    width: 62px;
    height: 62px;
    border-radius: 19px;
    margin-bottom: 21px;
    font-size: 25px;
  }

  .ytv-url-viewer .ytv-card-title {
    font-size: 19px;
    margin-bottom: 11px;
  }

  .ytv-url-viewer .ytv-card-text {
    font-size: 15px;
  }
}

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

  .ytv-url-viewer .ytv-container {
    padding: 0 16px;
  }

  .ytv-url-viewer .ytv-heading {
    font-size: 27px;
  }

  .ytv-url-viewer .ytv-intro {
    font-size: 14.5px;
    line-height: 1.55;
  }

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

  .ytv-url-viewer .ytv-card {
    min-height: 232px;
    padding: 22px 14px;
    border-radius: 18px;
  }

  .ytv-url-viewer .ytv-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    margin-bottom: 16px;
    font-size: 21px;
  }

  .ytv-url-viewer .ytv-card-title {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .ytv-url-viewer .ytv-card-text {
    font-size: 13px;
    line-height: 1.48;
  }
}

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

  .ytv-url-viewer .ytv-container {
    padding: 0 12px;
  }

  .ytv-url-viewer .ytv-heading {
    font-size: 24px;
  }

  .ytv-url-viewer .ytv-intro {
    font-size: 13.5px;
    line-height: 1.5;
  }

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

  .ytv-url-viewer .ytv-card {
    min-height: 220px;
    padding: 20px 12px;
    border-radius: 16px;
  }

  .ytv-url-viewer .ytv-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 14px;
    font-size: 19px;
  }

  .ytv-url-viewer .ytv-card-title {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .ytv-url-viewer .ytv-card-text {
    font-size: 12.5px;
    line-height: 1.45;
  }
}

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

  .ytv-url-viewer .ytv-container {
    padding: 0 10px;
  }

  .ytv-url-viewer .ytv-heading {
    font-size: 21px;
  }

  .ytv-url-viewer .ytv-intro {
    font-size: 12.5px;
    line-height: 1.46;
  }

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

  .ytv-url-viewer .ytv-card {
    min-height: 214px;
    padding: 18px 10px;
    border-radius: 14px;
  }

  .ytv-url-viewer .ytv-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 13px;
    font-size: 18px;
  }

  .ytv-url-viewer .ytv-card-title {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .ytv-url-viewer .ytv-card-text {
    font-size: 12px;
    line-height: 1.42;
  }
}

@media (max-width: 319px) {
  .ytv-url-viewer .ytv-section {
    padding: 36px 0;
  }

  .ytv-url-viewer .ytv-container {
    padding: 0 10px;
  }

  .ytv-url-viewer .ytv-heading {
    font-size: 20px;
  }

  .ytv-url-viewer .ytv-intro {
    font-size: 12px;
  }

  .ytv-url-viewer .ytv-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .ytv-url-viewer .ytv-card {
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 14px;
  }

  .ytv-url-viewer .ytv-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 12px;
    font-size: 18px;
  }

  .ytv-url-viewer .ytv-card-title {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .ytv-url-viewer .ytv-card-text {
    font-size: 12px;
  }
}