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

.ytav-premium-viewer,
.ytav-premium-viewer * {
  box-sizing: border-box;
}

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

.ytav-premium-viewer .ytav-section {
  width: 100% !important;
}

.ytav-premium-viewer .ytav-section-white {
  background: #ffffff;
}

.ytav-premium-viewer .ytav-section-tint {
  background: linear-gradient(180deg, #fff6f4 0%, #fffafa 100%);
}

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

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

.ytav-premium-viewer h2 {
  color: #17191f;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 14px;
}

.ytav-premium-viewer .ytav-intro {
  color: #5d6472;
  line-height: 1.65;
  margin-top: 0;
  margin-bottom: 34px;
  max-width: 760px;
}

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

.ytav-premium-viewer .ytav-card {
  height: 100% !important;
  min-width: 0;
  display: grid;
  justify-items: center;
  align-content: center;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfd 100%);
  border: 1px solid #f1d7d3;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(205, 35, 35, 0.09);
  position: relative;
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

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

.ytav-premium-viewer .ytav-card:hover {
  transform: translateY(-7px) scale(1.01);
  border-color: #ff5a4f;
  box-shadow: 0 24px 55px rgba(205, 35, 35, 0.16);
}

.ytav-premium-viewer .ytav-card:hover::before {
  opacity: 1;
}

.ytav-premium-viewer .ytav-card:hover .ytav-icon {
  transform: translateY(-4px);
  background-position: 100% 50%;
}

.ytav-premium-viewer .ytav-card-tint {
  background: rgba(255, 255, 255, 0.86);
}

.ytav-premium-viewer .ytav-icon {
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff0033 0%, #b31217 55%, #ff9f1c 100%);
  background-size: 180% 180%;
  box-shadow: 0 14px 28px rgba(179, 18, 23, 0.22);
  transition: transform 260ms ease, background-position 260ms ease;
  position: relative;
  z-index: 1;
}

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

.ytav-premium-viewer h3 {
  color: #1b1e25;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  margin-top: 18px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.ytav-premium-viewer .ytav-card p {
  color: #636b78;
  line-height: 1.58;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.ytav-premium-viewer .ytav-reveal {
  opacity: 0;
  transform: translateY(18px);
}

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

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

  .ytav-premium-viewer .ytav-container {
    padding: 0 28px;
  }

  .ytav-premium-viewer h2 {
    font-size: 42px;
    white-space: nowrap;
  }

  .ytav-premium-viewer .ytav-intro {
    font-size: 17px;
  }

  .ytav-premium-viewer .ytav-grid-six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }

  .ytav-premium-viewer .ytav-card {
    min-height: 292px;
    padding: 34px 28px;
  }

  .ytav-premium-viewer .ytav-icon {
    width: 68px;
    height: 68px;
    font-size: 28px;
  }

  .ytav-premium-viewer h3 {
    font-size: 20px;
  }

  .ytav-premium-viewer .ytav-card p {
    font-size: 15px;
  }
}

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

  .ytav-premium-viewer .ytav-container {
    padding: 0 24px;
  }

  .ytav-premium-viewer h2 {
    font-size: 34px;
  }

  .ytav-premium-viewer .ytav-intro {
    font-size: 16px;
    margin-bottom: 28px;
  }

  .ytav-premium-viewer .ytav-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .ytav-premium-viewer .ytav-card {
    min-height: 268px;
    padding: 30px 24px;
    border-radius: 20px;
  }

  .ytav-premium-viewer .ytav-icon {
    width: 62px;
    height: 62px;
    font-size: 25px;
  }

  .ytav-premium-viewer h3 {
    font-size: 18px;
  }

  .ytav-premium-viewer .ytav-card p {
    font-size: 14px;
  }
}

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

  .ytav-premium-viewer .ytav-container {
    padding: 0 16px;
  }

  .ytav-premium-viewer h2 {
    font-size: 27px;
    max-width: 420px;
  }

  .ytav-premium-viewer .ytav-intro {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 22px;
  }

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

  .ytav-premium-viewer .ytav-card {
    min-height: 232px;
    padding: 22px 14px;
    border-radius: 16px;
  }

  .ytav-premium-viewer .ytav-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-radius: 14px;
  }

  .ytav-premium-viewer h3 {
    font-size: 15px;
    margin-top: 14px;
    margin-bottom: 8px;
  }

  .ytav-premium-viewer .ytav-card p {
    font-size: 12.5px;
    line-height: 1.45;
  }
}

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

  .ytav-premium-viewer .ytav-container {
    padding: 0 12px;
  }

  .ytav-premium-viewer h2 {
    font-size: 24px;
    max-width: 350px;
  }

  .ytav-premium-viewer .ytav-intro {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

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

  .ytav-premium-viewer .ytav-card {
    min-height: 222px;
    padding: 19px 11px;
    border-radius: 15px;
  }

  .ytav-premium-viewer .ytav-icon {
    width: 46px;
    height: 46px;
    font-size: 18px;
    border-radius: 13px;
  }

  .ytav-premium-viewer h3 {
    font-size: 14px;
    margin-top: 13px;
    margin-bottom: 7px;
  }

  .ytav-premium-viewer .ytav-card p {
    font-size: 12px;
    line-height: 1.42;
  }
}

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

  .ytav-premium-viewer .ytav-container {
    padding: 0 10px;
  }

  .ytav-premium-viewer h2 {
    font-size: 21px;
    max-width: 300px;
  }

  .ytav-premium-viewer .ytav-intro {
    font-size: 12.5px;
    line-height: 1.45;
    margin-bottom: 16px;
  }

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

  .ytav-premium-viewer .ytav-card {
    min-height: 214px;
    padding: 17px 9px;
    border-radius: 14px;
  }

  .ytav-premium-viewer .ytav-icon {
    width: 42px;
    height: 42px;
    font-size: 17px;
    border-radius: 12px;
  }

  .ytav-premium-viewer h3 {
    font-size: 13px;
    margin-top: 12px;
    margin-bottom: 7px;
  }

  .ytav-premium-viewer .ytav-card p {
    font-size: 11.5px;
    line-height: 1.38;
  }
}

@media (max-width: 319px) {
  .ytav-premium-viewer .ytav-grid {
    grid-template-columns: 1fr;
  }
}