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

.ytv26-wrapper,
.ytv26-wrapper * {
  box-sizing: border-box;
  min-width: 0;
}

.ytv26-wrapper {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #19212a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

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

.ytv26-wrapper .ytv26-section-white {
  background: #ffffff;
}

.ytv26-wrapper .ytv26-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.08), transparent 34%),
    linear-gradient(180deg, #fff7f5 0%, #fffafa 100%);
}

.ytv26-wrapper .ytv26-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  text-align: center;
}

.ytv26-wrapper .ytv26-heading {
  margin: 0 auto;
  color: #151a21;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
}

.ytv26-wrapper .ytv26-intro {
  margin: 0 auto;
  color: #5b6470;
  font-weight: 450;
  line-height: 1.7;
  text-align: center;
  max-width: 760px;
}

.ytv26-wrapper .ytv26-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}

.ytv26-wrapper .ytv26-card {
  position: relative;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(145deg, rgba(255, 0, 0, 0.28), rgba(20, 24, 31, 0.08)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 45px rgba(196, 20, 31, 0.09);
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 320ms ease,
    box-shadow 320ms ease,
    border-color 320ms ease,
    background 320ms ease;
}

.ytv26-wrapper .ytv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba(255, 0, 0, 0.08), rgba(255, 209, 102, 0.08), rgba(255, 255, 255, 0));
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 320ms ease, transform 320ms ease;
}

.ytv26-wrapper .ytv26-card:hover {
  transform: translateY(-8px) scale(1.012);
  box-shadow: 0 26px 64px rgba(196, 20, 31, 0.16);
  border-color: rgba(255, 0, 0, 0.32);
}

.ytv26-wrapper .ytv26-card:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.ytv26-wrapper .ytv26-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background:
    linear-gradient(135deg, #ff0000 0%, #c4141f 58%, #ffcc4d 100%);
  box-shadow: 0 14px 30px rgba(255, 0, 0, 0.22);
  transition: transform 320ms ease, box-shadow 320ms ease, filter 320ms ease;
}

.ytv26-wrapper .ytv26-card:hover .ytv26-icon {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(255, 0, 0, 0.3);
  filter: saturate(1.12);
}

.ytv26-wrapper .ytv26-i {
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

.ytv26-wrapper .ytv26-card-title {
  margin: 0;
  color: #18202a;
  font-weight: 760;
  line-height: 1.22;
  letter-spacing: 0;
  text-align: center;
}

.ytv26-wrapper .ytv26-card-text {
  margin: 0;
  color: #606a76;
  font-weight: 430;
  line-height: 1.62;
  text-align: center;
}

.ytv26-wrapper .ytv26-reveal {
  opacity: 1;
  transform: translateY(0);
}

.ytv26-wrapper .ytv26-reveal.ytv26-waiting {
  opacity: 0;
  transform: translateY(18px);
}

.ytv26-wrapper .ytv26-reveal.ytv26-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

@media (min-width: 1024px) {
  .ytv26-wrapper .ytv26-section {
    padding: 88px 0;
  }

  .ytv26-wrapper .ytv26-container {
    padding: 0 28px;
  }

  .ytv26-wrapper .ytv26-heading {
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }

  .ytv26-wrapper .ytv26-intro {
    margin-top: 18px;
    font-size: 17px;
  }

  .ytv26-wrapper .ytv26-grid {
    margin-top: 46px;
    gap: 24px;
  }

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

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

  .ytv26-wrapper .ytv26-card {
    min-height: 300px;
    padding: 34px 26px 30px;
    border-radius: 22px;
  }

  .ytv26-wrapper .ytv26-icon {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    margin-bottom: 24px;
  }

  .ytv26-wrapper .ytv26-i {
    font-size: 28px;
  }

  .ytv26-wrapper .ytv26-card-title {
    font-size: 19px;
  }

  .ytv26-wrapper .ytv26-card-text {
    margin-top: 13px;
    font-size: 15px;
  }
}

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

  .ytv26-wrapper .ytv26-container {
    padding: 0 24px;
  }

  .ytv26-wrapper .ytv26-heading {
    font-size: 34px;
    max-width: 760px;
  }

  .ytv26-wrapper .ytv26-intro {
    margin-top: 16px;
    font-size: 16px;
  }

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

  .ytv26-wrapper .ytv26-card {
    min-height: 270px;
    padding: 30px 24px 28px;
    border-radius: 20px;
  }

  .ytv26-wrapper .ytv26-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    margin-bottom: 22px;
  }

  .ytv26-wrapper .ytv26-i {
    font-size: 25px;
  }

  .ytv26-wrapper .ytv26-card-title {
    font-size: 18px;
  }

  .ytv26-wrapper .ytv26-card-text {
    margin-top: 12px;
    font-size: 14.5px;
  }
}

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

  .ytv26-wrapper .ytv26-container {
    padding: 0 16px;
  }

  .ytv26-wrapper .ytv26-heading {
    font-size: 28px;
    max-width: 430px;
  }

  .ytv26-wrapper .ytv26-intro {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.6;
  }

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

  .ytv26-wrapper .ytv26-card {
    min-height: 230px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }

  .ytv26-wrapper .ytv26-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    margin-bottom: 16px;
  }

  .ytv26-wrapper .ytv26-i {
    font-size: 20px;
  }

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

  .ytv26-wrapper .ytv26-card-text {
    margin-top: 9px;
    font-size: 12.5px;
    line-height: 1.52;
  }
}

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

  .ytv26-wrapper .ytv26-container {
    padding: 0 13px;
  }

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

  .ytv26-wrapper .ytv26-intro {
    margin-top: 11px;
    font-size: 13.5px;
    line-height: 1.58;
  }

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

  .ytv26-wrapper .ytv26-card {
    min-height: 222px;
    padding: 20px 12px 18px;
    border-radius: 15px;
  }

  .ytv26-wrapper .ytv26-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 14px;
  }

  .ytv26-wrapper .ytv26-i {
    font-size: 18px;
  }

  .ytv26-wrapper .ytv26-card-title {
    font-size: 14px;
  }

  .ytv26-wrapper .ytv26-card-text {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.48;
  }
}

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

  .ytv26-wrapper .ytv26-container {
    padding: 0 10px;
  }

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

  .ytv26-wrapper .ytv26-intro {
    margin-top: 10px;
    font-size: 12.5px;
    line-height: 1.52;
  }

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

  .ytv26-wrapper .ytv26-card {
    min-height: 214px;
    padding: 18px 10px 16px;
    border-radius: 14px;
  }

  .ytv26-wrapper .ytv26-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 12px;
  }

  .ytv26-wrapper .ytv26-i {
    font-size: 16px;
  }

  .ytv26-wrapper .ytv26-card-title {
    font-size: 13px;
  }

  .ytv26-wrapper .ytv26-card-text {
    margin-top: 7px;
    font-size: 11.25px;
    line-height: 1.44;
  }
}

@media (max-width: 319px) {
  .ytv26-wrapper .ytv26-section {
    padding: 36px 0;
  }

  .ytv26-wrapper .ytv26-container {
    padding: 0 10px;
  }

  .ytv26-wrapper .ytv26-heading {
    font-size: 21px;
  }

  .ytv26-wrapper .ytv26-intro {
    margin-top: 10px;
    font-size: 12.5px;
  }

  .ytv26-wrapper .ytv26-grid {
    grid-template-columns: 1fr;
    margin-top: 22px;
    gap: 10px;
  }

  .ytv26-wrapper .ytv26-card {
    min-height: 210px;
    padding: 18px 12px 16px;
    border-radius: 14px;
  }

  .ytv26-wrapper .ytv26-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 12px;
  }

  .ytv26-wrapper .ytv26-i {
    font-size: 16px;
  }

  .ytv26-wrapper .ytv26-card-title {
    font-size: 13px;
  }

  .ytv26-wrapper .ytv26-card-text {
    margin-top: 7px;
    font-size: 11.5px;
  }
}