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

.ytpv-premium-viewer,
.ytpv-premium-viewer * {
  box-sizing: border-box;
  min-width: 0;
}

.ytpv-premium-viewer {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #18191f;
  font-family: Arial, Helvetica, sans-serif;
}

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

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

.ytpv-premium-viewer .ytpv-section-tint {
  background: linear-gradient(180deg, #fff7f6 0%, #fffaf7 100%);
}

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

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

.ytpv-premium-viewer h2 {
  color: #15161a;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
}

.ytpv-premium-viewer .ytpv-intro {
  color: #5d6472;
  line-height: 1.65;
  max-width: 760px;
}

.ytpv-premium-viewer .ytpv-grid {
  display: grid !important;
  align-items: stretch !important;
}

.ytpv-premium-viewer .ytpv-card {
  height: 100% !important;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfc 100%);
  border: 1px solid #f0d8d5;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(196, 32, 39, 0.09);
  position: relative;
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

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

.ytpv-premium-viewer .ytpv-card:hover {
  transform: translateY(-8px);
  border-color: #e84d4d;
  box-shadow: 0 24px 58px rgba(196, 32, 39, 0.16);
}

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

.ytpv-premium-viewer .ytpv-card:hover .ytpv-icon {
  transform: translateY(-4px) scale(1.04);
  background: linear-gradient(135deg, #c42027 0%, #ff5a3d 100%);
}

.ytpv-premium-viewer .ytpv-card:hover .ytpv-i {
  color: #ffffff;
}

.ytpv-premium-viewer .ytpv-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(196, 32, 39, 0.1), rgba(255, 179, 64, 0.16));
  color: #c42027;
  transition: transform 260ms ease, background 260ms ease;
  position: relative;
  z-index: 1;
}

.ytpv-premium-viewer .ytpv-i {
  display: inline-block;
  color: #c42027;
  line-height: 1;
  transition: color 260ms ease;
}

.ytpv-premium-viewer .ytpv-card h3 {
  color: #1d2028;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}

.ytpv-premium-viewer .ytpv-card p {
  color: #626a78;
  line-height: 1.58;
  position: relative;
  z-index: 1;
}

.ytpv-premium-viewer .fa-lock::before { content: "\1F512"; }
.ytpv-premium-viewer .fa-user::before { content: "\25CF"; }
.ytpv-premium-viewer .fa-eye::before { content: "\25C9"; }
.ytpv-premium-viewer .fa-shield-halved::before { content: "\25E8"; }
.ytpv-premium-viewer .fa-link::before { content: "\221E"; }
.ytpv-premium-viewer .fa-circle-info::before { content: "i"; font-family: Arial, Helvetica, sans-serif; font-weight: 800; }
.ytpv-premium-viewer .fa-video::before { content: "\25B6"; }
.ytpv-premium-viewer .fa-users::before { content: "\25CF\25CF"; letter-spacing: -5px; }
.ytpv-premium-viewer .fa-key::before { content: "\26BF"; }
.ytpv-premium-viewer .fa-check-circle::before { content: "\2713"; }
.ytpv-premium-viewer .fa-unlock::before { content: "\1F513"; }
.ytpv-premium-viewer .fa-clock::before { content: "\25F7"; }
.ytpv-premium-viewer .fa-mobile-screen::before { content: "\25AF"; }
.ytpv-premium-viewer .fa-gear::before { content: "\2699"; }
.ytpv-premium-viewer .fa-photo-film::before { content: "\25A3"; }
.ytpv-premium-viewer .fa-bookmark::before { content: "\25E7"; }
.ytpv-premium-viewer .fa-comments::before { content: "\25CC"; }
.ytpv-premium-viewer .fa-folder-open::before { content: "\25B1"; }
.ytpv-premium-viewer .fa-fingerprint::before { content: "\25CE"; }
.ytpv-premium-viewer .fa-crown::before { content: "\265B"; }

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

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

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

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

  .ytpv-premium-viewer h2 {
    font-size: 42px;
    white-space: nowrap;
    margin-bottom: 16px;
  }

  .ytpv-premium-viewer .ytpv-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

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

  .ytpv-premium-viewer .ytpv-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ytpv-premium-viewer .ytpv-grid {
    gap: 24px;
  }

  .ytpv-premium-viewer .ytpv-card {
    min-height: 300px;
    padding: 34px 28px;
  }

  .ytpv-premium-viewer .ytpv-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }

  .ytpv-premium-viewer .ytpv-i {
    font-size: 30px;
  }

  .ytpv-premium-viewer .ytpv-card h3 {
    font-size: 20px;
    margin: 0 0 14px;
  }

  .ytpv-premium-viewer .ytpv-card p {
    font-size: 15px;
    margin: 0;
  }
}

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

  .ytpv-premium-viewer .ytpv-container {
    padding: 0 22px;
  }

  .ytpv-premium-viewer h2 {
    font-size: 34px;
    margin-bottom: 14px;
  }

  .ytpv-premium-viewer .ytpv-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

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

  .ytpv-premium-viewer .ytpv-card {
    min-height: 270px;
    padding: 30px 24px;
  }

  .ytpv-premium-viewer .ytpv-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
  }

  .ytpv-premium-viewer .ytpv-i {
    font-size: 27px;
  }

  .ytpv-premium-viewer .ytpv-card h3 {
    font-size: 19px;
    margin: 0 0 12px;
  }

  .ytpv-premium-viewer .ytpv-card p {
    font-size: 14.5px;
    margin: 0;
  }
}

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

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

  .ytpv-premium-viewer h2 {
    font-size: 27px;
    margin-bottom: 12px;
  }

  .ytpv-premium-viewer .ytpv-intro {
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 26px;
  }

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

  .ytpv-premium-viewer .ytpv-card {
    min-height: 235px;
    padding: 22px 14px;
    border-radius: 14px;
  }

  .ytpv-premium-viewer .ytpv-icon {
    width: 52px;
    height: 52px;
    border-radius: 13px;
    margin-bottom: 16px;
  }

  .ytpv-premium-viewer .ytpv-i {
    font-size: 22px;
  }

  .ytpv-premium-viewer .ytpv-card h3 {
    font-size: 16px;
    margin: 0 0 9px;
  }

  .ytpv-premium-viewer .ytpv-card p {
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
  }
}

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

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

  .ytpv-premium-viewer h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .ytpv-premium-viewer .ytpv-intro {
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 22px;
  }

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

  .ytpv-premium-viewer .ytpv-card {
    min-height: 225px;
    padding: 19px 11px;
    border-radius: 13px;
  }

  .ytpv-premium-viewer .ytpv-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    margin-bottom: 14px;
  }

  .ytpv-premium-viewer .ytpv-i {
    font-size: 20px;
  }

  .ytpv-premium-viewer .ytpv-card h3 {
    font-size: 15px;
    margin: 0 0 8px;
  }

  .ytpv-premium-viewer .ytpv-card p {
    font-size: 12.5px;
    line-height: 1.42;
    margin: 0;
  }
}

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

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

  .ytpv-premium-viewer h2 {
    font-size: 21px;
    margin-bottom: 9px;
  }

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

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

  .ytpv-premium-viewer .ytpv-card {
    min-height: 215px;
    padding: 16px 9px;
    border-radius: 12px;
  }

  .ytpv-premium-viewer .ytpv-icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    margin-bottom: 12px;
  }

  .ytpv-premium-viewer .ytpv-i {
    font-size: 18px;
  }

  .ytpv-premium-viewer .ytpv-card h3 {
    font-size: 13.5px;
    margin: 0 0 7px;
  }

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