@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.5.2/css/all.min.css");

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

.ysv-premium-viewer {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #1f2933;
  font-family: inherit;
}

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

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

.ysv-premium-viewer .ysv-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 0, 51, 0.085), transparent 32%),
    linear-gradient(180deg, #fff7f8 0%, #f8fbff 100%);
}

.ysv-premium-viewer .ysv-container {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding-left: 22px;
  padding-right: 22px;
}

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

.ysv-premium-viewer h2 {
  margin-top: 0;
  margin-bottom: 14px;
  color: #151a21;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.ysv-premium-viewer .ysv-intro {
  margin-top: 0;
  color: #5c6673;
  line-height: 1.68;
  font-weight: 500;
}

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

.ysv-premium-viewer .ysv-card {
  position: relative;
  height: 100% !important;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 50% 0%, rgba(255, 0, 51, 0.12), transparent 48%);
  border: 1px solid #ffd6dc;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(120, 26, 41, 0.11);
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease,
    background-position 420ms ease;
  opacity: 1;
  transform: translateY(0);
  overflow: hidden;
}

.ysv-premium-viewer .ysv-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 0, 51, 0.08), rgba(0, 184, 169, 0.08));
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}

.ysv-premium-viewer .ysv-card.ysv-reveal {
  opacity: 0;
  transform: translateY(20px);
}

.ysv-premium-viewer .ysv-card.ysv-visible {
  opacity: 1;
  transform: translateY(0);
}

.ysv-premium-viewer .ysv-card:hover {
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(255, 0, 51, 0.42);
  box-shadow: 0 26px 62px rgba(255, 0, 51, 0.16);
}

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

.ysv-premium-viewer .ysv-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #ff0033 0%, #ff5a3d 52%, #00b8a9 100%);
  box-shadow: 0 14px 28px rgba(255, 0, 51, 0.22);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.ysv-premium-viewer .ysv-card:hover .ysv-icon {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(0, 184, 169, 0.24);
}

.ysv-premium-viewer .ysv-i {
  display: block;
  line-height: 1;
  text-align: center;
}

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

.ysv-premium-viewer .ysv-card p {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  color: #64707f;
  line-height: 1.58;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .ysv-premium-viewer .ysv-section {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .ysv-premium-viewer h2 {
    font-size: 38px;
    white-space: nowrap;
  }

  .ysv-premium-viewer .ysv-intro {
    max-width: 780px;
    font-size: 17px;
    margin-bottom: 42px;
  }

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

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

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

  .ysv-premium-viewer .ysv-card {
    min-height: 292px;
    padding: 34px 26px 30px;
  }

  .ysv-premium-viewer .ysv-icon {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    margin-bottom: 24px;
  }

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

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

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

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

  .ysv-premium-viewer .ysv-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ysv-premium-viewer h2 {
    max-width: 760px;
    font-size: 32px;
  }

  .ysv-premium-viewer .ysv-intro {
    max-width: 700px;
    font-size: 16px;
    margin-bottom: 34px;
  }

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

  .ysv-premium-viewer .ysv-card {
    min-height: 268px;
    padding: 30px 24px 27px;
  }

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

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

  .ysv-premium-viewer .ysv-card h3 {
    font-size: 19px;
  }

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

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

  .ysv-premium-viewer .ysv-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ysv-premium-viewer h2 {
    max-width: 390px;
    font-size: 27px;
  }

  .ysv-premium-viewer .ysv-intro {
    max-width: 520px;
    font-size: 14px;
    line-height: 1.58;
    margin-bottom: 24px;
  }

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

  .ysv-premium-viewer .ysv-card {
    min-height: 232px;
    padding: 20px 14px 18px;
    border-radius: 18px;
  }

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

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

  .ysv-premium-viewer .ysv-card h3 {
    font-size: 16px;
  }

  .ysv-premium-viewer .ysv-card p {
    font-size: 13px;
    line-height: 1.48;
  }
}

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

  .ysv-premium-viewer .ysv-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .ysv-premium-viewer h2 {
    max-width: 340px;
    font-size: 24px;
  }

  .ysv-premium-viewer .ysv-intro {
    max-width: 350px;
    font-size: 13px;
    line-height: 1.52;
    margin-bottom: 20px;
  }

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

  .ysv-premium-viewer .ysv-card {
    min-height: 222px;
    padding: 18px 11px 16px;
    border-radius: 16px;
  }

  .ysv-premium-viewer .ysv-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 14px;
  }

  .ysv-premium-viewer .ysv-i {
    font-size: 19px;
  }

  .ysv-premium-viewer .ysv-card h3 {
    font-size: 15px;
  }

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

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

  .ysv-premium-viewer .ysv-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ysv-premium-viewer h2 {
    max-width: 300px;
    font-size: 22px;
  }

  .ysv-premium-viewer .ysv-intro {
    max-width: 300px;
    font-size: 12.5px;
    line-height: 1.48;
    margin-bottom: 18px;
  }

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

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

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

  .ysv-premium-viewer .ysv-i {
    font-size: 17px;
  }

  .ysv-premium-viewer .ysv-card h3 {
    font-size: 14px;
    margin-bottom: 8px;
  }

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

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