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

.ytv-9q,
.ytv-9q * {
  box-sizing: border-box;
}

.ytv-9q {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #1f2933;
  font-family: Arial, Helvetica, sans-serif;
}

.ytv-9q .ytv-9q-section {
  width: 100% !important;
}

.ytv-9q .ytv-9q-section-white {
  background: #ffffff;
}

.ytv-9q .ytv-9q-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.075), transparent 34%),
    linear-gradient(180deg, #fff7f7 0%, #fffdfd 100%);
}

.ytv-9q .ytv-9q-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}

.ytv-9q h2,
.ytv-9q h3,
.ytv-9q p {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.ytv-9q h2 {
  max-width: 980px;
  margin-top: 0;
  color: #171717;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.ytv-9q .ytv-9q-intro {
  max-width: 760px;
  color: #5b6673;
  line-height: 1.7;
  margin-top: 14px;
  margin-bottom: 0;
}

.ytv-9q .ytv-9q-grid {
  display: grid !important;
  align-items: stretch !important;
}

.ytv-9q .ytv-9q-card {
  position: relative;
  height: 100% !important;
  min-width: 0;
  text-align: center !important;
  border: 1px solid rgba(255, 0, 0, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 250, 0.92));
  border-radius: 18px;
  box-shadow: 0 16px 46px rgba(133, 24, 24, 0.09);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 320ms ease;
}

.ytv-9q .ytv-9q-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 0, 0, 0.095), transparent 42%, rgba(255, 186, 8, 0.1));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.ytv-9q .ytv-9q-card:hover {
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(255, 0, 0, 0.34);
  box-shadow: 0 24px 64px rgba(133, 24, 24, 0.16);
}

.ytv-9q .ytv-9q-card:hover::before {
  opacity: 1;
}

.ytv-9q .ytv-9q-icon {
  position: relative;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff0000 0%, #ff5a36 56%, #ffba08 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(255, 0, 0, 0.24);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.ytv-9q .ytv-9q-card:hover .ytv-9q-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(255, 0, 0, 0.32);
}

.ytv-9q .ytv-9q-i {
  line-height: 1;
  text-align: center !important;
}

.ytv-9q .ytv-9q-i::before {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
}

.ytv-9q .fa-eye::before { content: "O"; }
.ytv-9q .fa-image::before { content: "I"; }
.ytv-9q .fa-video::before { content: "V"; }
.ytv-9q .fa-magnifying-glass::before { content: "Q"; }
.ytv-9q .fa-link::before { content: "L"; }
.ytv-9q .fa-download::before { content: "D"; }
.ytv-9q .fa-bolt::before { content: "B"; }
.ytv-9q .fa-copy::before { content: "C"; }
.ytv-9q .fa-shield-halved::before { content: "S"; }
.ytv-9q .fa-gauge-high::before { content: "G"; }
.ytv-9q .fa-layer-group::before { content: "M"; }
.ytv-9q .fa-mobile-screen::before { content: "P"; }
.ytv-9q .fa-bullseye::before { content: "T"; }
.ytv-9q .fa-chart-line::before { content: "R"; }
.ytv-9q .fa-bookmark::before { content: "K"; }
.ytv-9q .fa-share-nodes::before { content: "N"; }
.ytv-9q .fa-star::before { content: "*"; }
.ytv-9q .fa-circle-check::before { content: "✓"; }

.ytv-9q h3 {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  color: #202124;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}

.ytv-9q .ytv-9q-card p {
  position: relative;
  margin-bottom: 0;
  color: #66717f;
  line-height: 1.62;
}

.ytv-9q .ytv-9q-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.ytv-9q .ytv-9q-reveal.ytv-9q-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .ytv-9q .ytv-9q-section {
    padding: 92px 0;
  }

  .ytv-9q .ytv-9q-container {
    padding: 0 28px;
  }

  .ytv-9q h2 {
    font-size: 42px;
    white-space: nowrap;
  }

  .ytv-9q .ytv-9q-intro {
    font-size: 18px;
  }

  .ytv-9q .ytv-9q-grid {
    gap: 26px;
    margin-top: 46px;
  }

  .ytv-9q .ytv-9q-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ytv-9q .ytv-9q-card {
    min-height: 296px;
    padding: 34px 28px 30px;
  }

  .ytv-9q .ytv-9q-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
  }

  .ytv-9q .ytv-9q-i {
    font-size: 28px;
  }

  .ytv-9q h3 {
    font-size: 21px;
  }

  .ytv-9q .ytv-9q-card p {
    font-size: 15.5px;
    margin-top: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ytv-9q .ytv-9q-section {
    padding: 72px 0;
  }

  .ytv-9q .ytv-9q-container {
    padding: 0 24px;
  }

  .ytv-9q h2 {
    font-size: 34px;
  }

  .ytv-9q .ytv-9q-intro {
    font-size: 16px;
  }

  .ytv-9q .ytv-9q-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
  }

  .ytv-9q .ytv-9q-card {
    min-height: 268px;
    padding: 30px 24px 26px;
  }

  .ytv-9q .ytv-9q-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 22px;
  }

  .ytv-9q .ytv-9q-i {
    font-size: 25px;
  }

  .ytv-9q h3 {
    font-size: 19px;
  }

  .ytv-9q .ytv-9q-card p {
    font-size: 15px;
    margin-top: 12px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ytv-9q .ytv-9q-section {
    padding: 54px 0;
  }

  .ytv-9q .ytv-9q-container {
    padding: 0 16px;
  }

  .ytv-9q h2 {
    font-size: 27px;
  }

  .ytv-9q .ytv-9q-intro {
    font-size: 14.5px;
    line-height: 1.58;
  }

  .ytv-9q .ytv-9q-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
  }

  .ytv-9q .ytv-9q-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 14px;
  }

  .ytv-9q .ytv-9q-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 17px;
    border-radius: 13px;
  }

  .ytv-9q .ytv-9q-i {
    font-size: 21px;
  }

  .ytv-9q h3 {
    font-size: 16px;
  }

  .ytv-9q .ytv-9q-card p {
    font-size: 13px;
    line-height: 1.52;
    margin-top: 9px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ytv-9q .ytv-9q-section {
    padding: 48px 0;
  }

  .ytv-9q .ytv-9q-container {
    padding: 0 12px;
  }

  .ytv-9q h2 {
    font-size: 24px;
  }

  .ytv-9q .ytv-9q-intro {
    font-size: 13.5px;
    line-height: 1.52;
  }

  .ytv-9q .ytv-9q-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 26px;
  }

  .ytv-9q .ytv-9q-card {
    min-height: 224px;
    padding: 20px 11px 18px;
    border-radius: 13px;
  }

  .ytv-9q .ytv-9q-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 15px;
    border-radius: 12px;
  }

  .ytv-9q .ytv-9q-i {
    font-size: 19px;
  }

  .ytv-9q h3 {
    font-size: 15px;
  }

  .ytv-9q .ytv-9q-card p {
    font-size: 12.4px;
    line-height: 1.46;
    margin-top: 8px;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ytv-9q .ytv-9q-section {
    padding: 42px 0;
  }

  .ytv-9q .ytv-9q-container {
    padding: 0 10px;
  }

  .ytv-9q h2 {
    font-size: 21px;
  }

  .ytv-9q .ytv-9q-intro {
    font-size: 12.5px;
    line-height: 1.48;
  }

  .ytv-9q .ytv-9q-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 22px;
  }

  .ytv-9q .ytv-9q-card {
    min-height: 216px;
    padding: 17px 9px 16px;
    border-radius: 12px;
  }

  .ytv-9q .ytv-9q-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 13px;
    border-radius: 11px;
  }

  .ytv-9q .ytv-9q-i {
    font-size: 17px;
  }

  .ytv-9q h3 {
    font-size: 13.5px;
  }

  .ytv-9q .ytv-9q-card p {
    font-size: 11.5px;
    line-height: 1.42;
    margin-top: 7px;
  }
}

@media (max-width: 319px) {
  .ytv-9q .ytv-9q-section {
    padding: 38px 0;
  }

  .ytv-9q .ytv-9q-container {
    padding: 0 10px;
  }

  .ytv-9q h2 {
    font-size: 22px;
  }

  .ytv-9q .ytv-9q-intro {
    font-size: 13px;
  }

  .ytv-9q .ytv-9q-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }

  .ytv-9q .ytv-9q-card {
    min-height: 210px;
    padding: 20px 14px;
  }
}