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

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

.ytarv-premium-viewer {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #18202a;
  font-family: inherit;
}

.ytarv-premium-viewer .ytarv-section {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
}

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

.ytarv-premium-viewer .ytarv-section-tint {
  background: linear-gradient(180deg, #fff6f4 0%, #fffaf7 54%, #f8fbfc 100%);
}

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

.ytarv-premium-viewer .ytarv-heading {
  margin: 0 auto;
  color: #151a22;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
}

.ytarv-premium-viewer .ytarv-intro {
  margin: 0 auto;
  max-width: 760px;
  color: #5d6875;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}

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

.ytarv-premium-viewer .ytarv-card {
  position: relative;
  z-index: 1;
  display: block;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fffefe 100%);
  border: 1px solid #f0d7d3;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(178, 43, 33, 0.09);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}

.ytarv-premium-viewer .ytarv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(circle at 50% 0%, rgba(229, 57, 53, 0.13), transparent 48%);
  transition: opacity 320ms ease;
}

.ytarv-premium-viewer .ytarv-card-tint {
  background: linear-gradient(180deg, #ffffff 0%, #fff8f6 100%);
  border-color: #eccbc5;
}

.ytarv-premium-viewer .ytarv-card:hover {
  transform: translateY(-8px);
  border-color: #e53935;
  box-shadow: 0 24px 58px rgba(178, 43, 33, 0.16);
}

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

.ytarv-premium-viewer .ytarv-card:hover .ytarv-icon {
  transform: translateY(-4px);
  background: linear-gradient(135deg, #e53935 0%, #ff8a65 100%);
  box-shadow: 0 16px 34px rgba(229, 57, 53, 0.24);
}

.ytarv-premium-viewer .ytarv-card:hover .ytarv-i {
  color: #ffffff;
  transform: scale(1.06);
}

.ytarv-premium-viewer .ytarv-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #e53935;
  background: linear-gradient(135deg, #fff1ee 0%, #fff7e8 100%);
  border: 1px solid #f0d0ca;
  border-radius: 18px;
  transition: transform 320ms ease, background 320ms ease, box-shadow 320ms ease;
}

.ytarv-premium-viewer .ytarv-i {
  color: #d7322e;
  line-height: 1;
  transition: transform 320ms ease, color 320ms ease;
}

.ytarv-premium-viewer .ytarv-card-title {
  margin: 0;
  color: #18202a;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.ytarv-premium-viewer .ytarv-card-text {
  margin: 0 auto;
  color: #64707d;
  font-weight: 400;
  line-height: 1.62;
  text-align: center;
}

.ytarv-premium-viewer .ytarv-reveal {
  opacity: 1;
  transform: translateY(0);
}

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

.ytarv-premium-viewer.ytarv-js-ready .ytarv-reveal.ytarv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}

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

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

  .ytarv-premium-viewer .ytarv-heading {
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }

  .ytarv-premium-viewer .ytarv-intro {
    margin-top: 18px;
    font-size: 17px;
  }

  .ytarv-premium-viewer .ytarv-grid {
    margin-top: 44px;
    gap: 24px;
  }

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

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

  .ytarv-premium-viewer .ytarv-card {
    min-height: 294px;
    padding: 34px 24px 30px;
  }

  .ytarv-premium-viewer .ytarv-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
  }

  .ytarv-premium-viewer .ytarv-i {
    font-size: 28px;
  }

  .ytarv-premium-viewer .ytarv-card-title {
    font-size: 20px;
  }

  .ytarv-premium-viewer .ytarv-card-text {
    margin-top: 13px;
    font-size: 15px;
  }
}

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

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

  .ytarv-premium-viewer .ytarv-heading {
    font-size: 34px;
    max-width: 760px;
  }

  .ytarv-premium-viewer .ytarv-intro {
    margin-top: 16px;
    font-size: 16px;
  }

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

  .ytarv-premium-viewer .ytarv-card {
    min-height: 268px;
    padding: 30px 22px 26px;
    border-radius: 20px;
  }

  .ytarv-premium-viewer .ytarv-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 21px;
    border-radius: 17px;
  }

  .ytarv-premium-viewer .ytarv-i {
    font-size: 25px;
  }

  .ytarv-premium-viewer .ytarv-card-title {
    font-size: 19px;
  }

  .ytarv-premium-viewer .ytarv-card-text {
    margin-top: 11px;
    font-size: 14.5px;
  }
}

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

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

  .ytarv-premium-viewer .ytarv-heading {
    font-size: 27px;
    max-width: 430px;
  }

  .ytarv-premium-viewer .ytarv-intro {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.58;
  }

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

  .ytarv-premium-viewer .ytarv-card {
    min-height: 226px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }

  .ytarv-premium-viewer .ytarv-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    border-radius: 14px;
  }

  .ytarv-premium-viewer .ytarv-i {
    font-size: 21px;
  }

  .ytarv-premium-viewer .ytarv-card-title {
    font-size: 16px;
  }

  .ytarv-premium-viewer .ytarv-card-text {
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.48;
  }
}

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

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

  .ytarv-premium-viewer .ytarv-heading {
    font-size: 24px;
    max-width: 360px;
  }

  .ytarv-premium-viewer .ytarv-intro {
    margin-top: 11px;
    font-size: 13.5px;
    line-height: 1.52;
  }

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

  .ytarv-premium-viewer .ytarv-card {
    min-height: 220px;
    padding: 20px 11px 18px;
    border-radius: 16px;
  }

  .ytarv-premium-viewer .ytarv-icon {
    width: 47px;
    height: 47px;
    margin-bottom: 14px;
    border-radius: 13px;
  }

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

  .ytarv-premium-viewer .ytarv-card-title {
    font-size: 15px;
  }

  .ytarv-premium-viewer .ytarv-card-text {
    margin-top: 8px;
    font-size: 12.2px;
    line-height: 1.43;
  }
}

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

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

  .ytarv-premium-viewer .ytarv-heading {
    font-size: 21px;
    max-width: 300px;
  }

  .ytarv-premium-viewer .ytarv-intro {
    margin-top: 10px;
    font-size: 12.8px;
    line-height: 1.48;
  }

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

  .ytarv-premium-viewer .ytarv-card {
    min-height: 214px;
    padding: 18px 9px 16px;
    border-radius: 14px;
  }

  .ytarv-premium-viewer .ytarv-icon {
    width: 43px;
    height: 43px;
    margin-bottom: 12px;
    border-radius: 12px;
  }

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

  .ytarv-premium-viewer .ytarv-card-title {
    font-size: 14px;
  }

  .ytarv-premium-viewer .ytarv-card-text {
    margin-top: 7px;
    font-size: 11.4px;
    line-height: 1.38;
  }
}