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

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

.ytcv-premium-viewer {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17202a;
  font-family: inherit;
  --ytcv-primary: #d71920;
  --ytcv-secondary: #ff6b3d;
  --ytcv-accent: #111827;
  --ytcv-tint: #fff5f2;
  --ytcv-text: #17202a;
  --ytcv-muted: #5f6b7a;
  --ytcv-border: rgba(215, 25, 32, 0.15);
  --ytcv-shadow: rgba(140, 20, 25, 0.13);
}

.ytcv-premium-viewer .ytcv-section {
  width: 100% !important;
  position: relative;
}

.ytcv-premium-viewer .ytcv-section-one,
.ytcv-premium-viewer .ytcv-section-three {
  background: #ffffff;
}

.ytcv-premium-viewer .ytcv-section-two {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 107, 61, 0.12), transparent 34%),
    linear-gradient(180deg, #fff8f5 0%, #fff3ee 100%);
}

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

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

.ytcv-premium-viewer h2 {
  color: var(--ytcv-text);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
  margin-top: 0;
}

.ytcv-premium-viewer .ytcv-intro {
  color: var(--ytcv-muted);
  line-height: 1.7;
  margin-top: 0;
}

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

.ytcv-premium-viewer .ytcv-card {
  height: 100% !important;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center !important;
  border: 1px solid var(--ytcv-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    linear-gradient(135deg, rgba(215, 25, 32, 0.07), rgba(255, 107, 61, 0.05));
  box-shadow: 0 18px 44px var(--ytcv-shadow);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background-position 360ms ease;
  background-size: 100% 100%, 180% 180%;
  background-position: center, 0% 50%;
}

.ytcv-premium-viewer .ytcv-card:hover {
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(215, 25, 32, 0.34);
  box-shadow: 0 24px 60px rgba(140, 20, 25, 0.19);
  background-position: center, 100% 50%;
}

.ytcv-premium-viewer .ytcv-icon {
  display: grid;
  place-items: center;
  text-align: center !important;
  color: #ffffff;
  background: linear-gradient(135deg, var(--ytcv-primary), var(--ytcv-secondary));
  box-shadow: 0 14px 28px rgba(215, 25, 32, 0.22);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.ytcv-premium-viewer .ytcv-card:hover .ytcv-icon {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(215, 25, 32, 0.28);
}

.ytcv-premium-viewer .ytcv-i {
  display: inline-block;
  line-height: 1;
  text-align: center !important;
}

.ytcv-premium-viewer h3 {
  color: var(--ytcv-text);
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 0;
}

.ytcv-premium-viewer .ytcv-card p {
  color: var(--ytcv-muted);
  line-height: 1.62;
  margin-bottom: 0;
}

.ytcv-premium-viewer .ytcv-reveal {
  opacity: 1;
  transform: none;
}

.ytcv-premium-viewer.ytcv-js .ytcv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

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

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

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

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

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

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

  .ytcv-premium-viewer .ytcv-card {
    min-height: 292px;
    padding: 34px 28px 30px;
    border-radius: 22px;
  }

  .ytcv-premium-viewer .ytcv-icon {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    margin-bottom: 24px;
    font-size: 27px;
  }

  .ytcv-premium-viewer h3 {
    font-size: 21px;
  }

  .ytcv-premium-viewer .ytcv-card p {
    font-size: 15.5px;
    margin-top: 14px;
  }
}

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

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

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

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

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

  .ytcv-premium-viewer .ytcv-card {
    min-height: 266px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }

  .ytcv-premium-viewer .ytcv-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    margin-bottom: 21px;
    font-size: 25px;
  }

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

  .ytcv-premium-viewer .ytcv-card p {
    font-size: 15px;
    margin-top: 12px;
  }
}

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

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

  .ytcv-premium-viewer h2 {
    font-size: 28px;
    margin-bottom: 11px;
  }

  .ytcv-premium-viewer .ytcv-intro {
    font-size: 14.5px;
    line-height: 1.58;
    margin-bottom: 24px;
  }

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

  .ytcv-premium-viewer .ytcv-card {
    min-height: 228px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }

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

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

  .ytcv-premium-viewer .ytcv-card p {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
  }
}

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

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

  .ytcv-premium-viewer h2 {
    font-size: 25px;
    line-height: 1.16;
    margin-bottom: 10px;
  }

  .ytcv-premium-viewer .ytcv-intro {
    font-size: 13.5px;
    line-height: 1.52;
    margin-bottom: 21px;
  }

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

  .ytcv-premium-viewer .ytcv-card {
    min-height: 220px;
    padding: 19px 11px 17px;
    border-radius: 14px;
  }

  .ytcv-premium-viewer .ytcv-icon {
    width: 47px;
    height: 47px;
    border-radius: 14px;
    margin-bottom: 14px;
    font-size: 19px;
  }

  .ytcv-premium-viewer h3 {
    font-size: 14.5px;
  }

  .ytcv-premium-viewer .ytcv-card p {
    font-size: 12.4px;
    line-height: 1.43;
    margin-top: 8px;
  }
}

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

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

  .ytcv-premium-viewer h2 {
    font-size: 22px;
    line-height: 1.18;
    margin-bottom: 9px;
  }

  .ytcv-premium-viewer .ytcv-intro {
    font-size: 12.7px;
    line-height: 1.48;
    margin-bottom: 18px;
  }

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

  .ytcv-premium-viewer .ytcv-card {
    min-height: 214px;
    padding: 17px 9px 15px;
    border-radius: 13px;
  }

  .ytcv-premium-viewer .ytcv-icon {
    width: 43px;
    height: 43px;
    border-radius: 13px;
    margin-bottom: 12px;
    font-size: 18px;
  }

  .ytcv-premium-viewer h3 {
    font-size: 13.4px;
  }

  .ytcv-premium-viewer .ytcv-card p {
    font-size: 11.7px;
    line-height: 1.38;
    margin-top: 7px;
  }
}

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