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

.ytvv-viewer-section,
.ytvv-viewer-section * {
  box-sizing: border-box;
}

.ytvv-viewer-section {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #1d1f24;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ytvv-viewer-section .ytvv-band {
  width: 100% !important;
}

.ytvv-viewer-section .ytvv-band-white {
  background: #ffffff;
}

.ytvv-viewer-section .ytvv-band-tint {
  background: linear-gradient(180deg, #fff6f4 0%, #fff9f7 48%, #f8fbff 100%);
}

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

.ytvv-viewer-section .ytvv-heading {
  margin: 0 auto;
  color: #15171c;
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
}

.ytvv-viewer-section .ytvv-intro {
  margin: 0 auto;
  max-width: 760px;
  color: #5c626d;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0;
  text-align: center;
}

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

.ytvv-viewer-section .ytvv-card {
  position: relative;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(226, 31, 42, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at 50% 0%, rgba(255, 196, 87, 0.18), transparent 44%);
  box-shadow: 0 18px 48px rgba(43, 49, 63, 0.08);
  text-align: center;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background-position 320ms ease;
}

.ytvv-viewer-section .ytvv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(226, 31, 42, 0.09), rgba(255, 196, 87, 0.08), rgba(30, 41, 59, 0.03));
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}

.ytvv-viewer-section .ytvv-card:hover {
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(226, 31, 42, 0.34);
  box-shadow: 0 24px 62px rgba(226, 31, 42, 0.15);
}

.ytvv-viewer-section .ytvv-card:hover::before {
  opacity: 1;
}

.ytvv-viewer-section .ytvv-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #e21f2a 0%, #ffb229 100%);
  box-shadow: 0 14px 28px rgba(226, 31, 42, 0.22);
  color: #ffffff;
  text-align: center;
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.ytvv-viewer-section .ytvv-card:hover .ytvv-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(226, 31, 42, 0.28);
}

.ytvv-viewer-section .ytvv-i {
  display: block;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

.ytvv-viewer-section .ytvv-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #20232a;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.ytvv-viewer-section .ytvv-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #616875;
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: 0;
  text-align: center;
}

.ytvv-viewer-section.ytvv-js .ytvv-card {
  opacity: 0;
  transform: translateY(18px);
}

.ytvv-viewer-section.ytvv-js .ytvv-card.ytvv-revealed {
  opacity: 1;
  transform: translateY(0);
}

.ytvv-viewer-section.ytvv-js .ytvv-card.ytvv-revealed:hover {
  transform: translateY(-8px) scale(1.012);
}

@media (min-width: 1024px) {
  .ytvv-viewer-section .ytvv-band {
    padding: 92px 24px;
  }

  .ytvv-viewer-section .ytvv-heading {
    max-width: 980px;
    font-size: 44px;
  }

  .ytvv-viewer-section .ytvv-intro {
    padding-top: 18px;
    font-size: 17px;
  }

  .ytvv-viewer-section .ytvv-grid {
    margin-top: 44px;
    gap: 26px;
  }

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

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

  .ytvv-viewer-section .ytvv-card {
    min-height: 292px;
    padding: 34px 28px 32px;
  }

  .ytvv-viewer-section .ytvv-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
  }

  .ytvv-viewer-section .ytvv-i {
    font-size: 28px;
  }

  .ytvv-viewer-section .ytvv-card h3 {
    font-size: 21px;
    margin-bottom: 13px;
  }

  .ytvv-viewer-section .ytvv-card p {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ytvv-viewer-section .ytvv-band {
    padding: 76px 22px;
  }

  .ytvv-viewer-section .ytvv-heading {
    max-width: 760px;
    font-size: 36px;
  }

  .ytvv-viewer-section .ytvv-intro {
    padding-top: 16px;
    font-size: 16px;
  }

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

  .ytvv-viewer-section .ytvv-card {
    min-height: 268px;
    padding: 30px 24px 28px;
    border-radius: 20px;
  }

  .ytvv-viewer-section .ytvv-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 21px;
  }

  .ytvv-viewer-section .ytvv-i {
    font-size: 25px;
  }

  .ytvv-viewer-section .ytvv-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .ytvv-viewer-section .ytvv-card p {
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ytvv-viewer-section .ytvv-band {
    padding: 58px 16px;
  }

  .ytvv-viewer-section .ytvv-heading {
    max-width: 420px;
    font-size: 30px;
  }

  .ytvv-viewer-section .ytvv-intro {
    padding-top: 13px;
    font-size: 14.5px;
    line-height: 1.55;
  }

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

  .ytvv-viewer-section .ytvv-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }

  .ytvv-viewer-section .ytvv-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 15px;
  }

  .ytvv-viewer-section .ytvv-i {
    font-size: 21px;
  }

  .ytvv-viewer-section .ytvv-card h3 {
    font-size: 16px;
    margin-bottom: 9px;
  }

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

@media (min-width: 375px) and (max-width: 429px) {
  .ytvv-viewer-section .ytvv-band {
    padding: 52px 14px;
  }

  .ytvv-viewer-section .ytvv-heading {
    max-width: 350px;
    font-size: 27px;
  }

  .ytvv-viewer-section .ytvv-intro {
    padding-top: 12px;
    font-size: 13.8px;
    line-height: 1.52;
  }

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

  .ytvv-viewer-section .ytvv-card {
    min-height: 222px;
    padding: 20px 12px 18px;
    border-radius: 16px;
  }

  .ytvv-viewer-section .ytvv-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 14px;
  }

  .ytvv-viewer-section .ytvv-i {
    font-size: 20px;
  }

  .ytvv-viewer-section .ytvv-card h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .ytvv-viewer-section .ytvv-card p {
    font-size: 12.4px;
    line-height: 1.45;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ytvv-viewer-section .ytvv-band {
    padding: 46px 10px;
  }

  .ytvv-viewer-section .ytvv-heading {
    max-width: 300px;
    font-size: 24px;
  }

  .ytvv-viewer-section .ytvv-intro {
    padding-top: 10px;
    font-size: 13px;
    line-height: 1.48;
  }

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

  .ytvv-viewer-section .ytvv-card {
    min-height: 214px;
    padding: 18px 10px 16px;
    border-radius: 14px;
  }

  .ytvv-viewer-section .ytvv-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 13px;
  }

  .ytvv-viewer-section .ytvv-i {
    font-size: 18px;
  }

  .ytvv-viewer-section .ytvv-card h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .ytvv-viewer-section .ytvv-card p {
    font-size: 11.8px;
    line-height: 1.42;
  }
}