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

.yttv26,
.yttv26 * {
  box-sizing: border-box;
}

.yttv26 {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #18202b;
  background: #ffffff;
}

.yttv26-section {
  width: 100% !important;
  text-align: center;
}

.yttv26-section-one,
.yttv26-section-three {
  background: #ffffff;
}

.yttv26-section-two {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.08), transparent 34%),
    linear-gradient(180deg, #fff7f7 0%, #f8fbff 100%);
}

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

.yttv26-heading {
  margin: 0 auto;
  max-width: 980px;
  color: #151923;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}

.yttv26-intro {
  margin: 0 auto;
  max-width: 780px;
  color: #566171;
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
}

.yttv26-grid {
  display: grid !important;
  align-items: stretch !important;
  min-width: 0;
}

.yttv26-card {
  position: relative;
  z-index: 1;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    linear-gradient(135deg, rgba(255, 0, 0, 0.10), rgba(25, 118, 210, 0.08));
  border: 1px solid rgba(226, 36, 36, 0.14);
  box-shadow: 0 18px 46px rgba(158, 24, 24, 0.09);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 360ms ease;
  background-size: 100% 100%, 180% 180%;
}

.yttv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(135deg, rgba(255, 0, 0, 0.09), rgba(0, 98, 185, 0.08), rgba(255, 204, 0, 0.08));
  transition: opacity 260ms ease;
}

.yttv26-card:hover {
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(229, 9, 20, 0.34);
  box-shadow: 0 24px 62px rgba(158, 24, 24, 0.15);
  background-position: 0 0, 100% 50%;
}

.yttv26-card:hover::before {
  opacity: 1;
}

.yttv26-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background:
    linear-gradient(135deg, #e50914 0%, #ff6b4a 48%, #1f6feb 100%);
  box-shadow: 0 14px 30px rgba(229, 9, 20, 0.24);
  transition: transform 260ms ease, box-shadow 260ms ease, filter 260ms ease;
}

.yttv26-card:hover .yttv26-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(229, 9, 20, 0.30);
  filter: saturate(1.08);
}

.yttv26-i {
  display: block;
  line-height: 1;
  text-align: center;
}

.yttv26-card-title {
  margin: 0;
  color: #171d27;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.yttv26-card-text {
  margin: 0;
  color: #5a6472;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

.yttv26-card {
  opacity: 1;
  transform: translateY(0);
}

.yttv26.yttv26-ready .yttv26-card {
  opacity: 0;
  transform: translateY(18px);
}

.yttv26.yttv26-ready .yttv26-card.yttv26-visible {
  opacity: 1;
  transform: translateY(0);
}

.yttv26.yttv26-ready .yttv26-card.yttv26-visible:hover {
  transform: translateY(-7px) scale(1.01);
}

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

  .yttv26-container {
    padding: 0 24px;
  }

  .yttv26-heading {
    font-size: 44px;
  }

  .yttv26-intro {
    margin-top: 18px;
    font-size: 18px;
  }

  .yttv26-grid {
    margin-top: 44px;
    gap: 24px;
  }

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

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

  .yttv26-card {
    min-height: 292px;
    padding: 34px 26px 30px;
    border-radius: 22px;
  }

  .yttv26-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
    border-radius: 20px;
    font-size: 30px;
  }

  .yttv26-card-title {
    font-size: 21px;
  }

  .yttv26-card-text {
    margin-top: 13px;
    font-size: 15.5px;
  }
}

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

  .yttv26-container {
    padding: 0 22px;
  }

  .yttv26-heading {
    font-size: 36px;
  }

  .yttv26-intro {
    margin-top: 16px;
    font-size: 16.5px;
  }

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

  .yttv26-card {
    min-height: 268px;
    padding: 30px 24px 27px;
    border-radius: 20px;
  }

  .yttv26-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
    border-radius: 18px;
    font-size: 27px;
  }

  .yttv26-card-title {
    font-size: 20px;
  }

  .yttv26-card-text {
    margin-top: 12px;
    font-size: 15px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .yttv26-section {
    padding: 52px 0;
  }

  .yttv26-container {
    padding: 0 16px;
  }

  .yttv26-heading {
    max-width: 420px;
    font-size: 28px;
  }

  .yttv26-intro {
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.55;
  }

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

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

  .yttv26-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 15px;
    font-size: 22px;
  }

  .yttv26-card-title {
    font-size: 16px;
  }

  .yttv26-card-text {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.48;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .yttv26-section {
    padding: 46px 0;
  }

  .yttv26-container {
    padding: 0 12px;
  }

  .yttv26-heading {
    max-width: 350px;
    font-size: 25px;
  }

  .yttv26-intro {
    margin-top: 11px;
    font-size: 13.5px;
    line-height: 1.5;
  }

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

  .yttv26-card {
    min-height: 220px;
    padding: 20px 11px 18px;
    border-radius: 15px;
  }

  .yttv26-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
    border-radius: 14px;
    font-size: 20px;
  }

  .yttv26-card-title {
    font-size: 15px;
  }

  .yttv26-card-text {
    margin-top: 8px;
    font-size: 12.5px;
    line-height: 1.45;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .yttv26-section {
    padding: 40px 0;
  }

  .yttv26-container {
    padding: 0 10px;
  }

  .yttv26-heading {
    max-width: 300px;
    font-size: 22px;
  }

  .yttv26-intro {
    margin-top: 10px;
    font-size: 12.5px;
    line-height: 1.45;
  }

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

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

  .yttv26-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
    border-radius: 13px;
    font-size: 18px;
  }

  .yttv26-card-title {
    font-size: 14px;
    line-height: 1.22;
  }

  .yttv26-card-text {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.4;
  }
}