@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-wrap,
.yttv26-wrap * {
  box-sizing: border-box;
}

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

.yttv26-section {
  width: 100% !important;
  max-width: 100% !important;
}

.yttv26-section-white {
  background: #ffffff;
}

.yttv26-section-tint {
  background: linear-gradient(180deg, #fff7f4 0%, #f8fbfc 100%);
}

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

.yttv26-wrap h2,
.yttv26-wrap h3,
.yttv26-wrap p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.yttv26-wrap h2 {
  color: #172027;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
}

.yttv26-intro {
  color: #5d6872;
  line-height: 1.7;
  font-weight: 450;
  max-width: 760px;
  margin-top: 0;
}

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

.yttv26-card {
  position: relative;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  display: grid;
  align-content: start;
  justify-items: center;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfc 100%);
  border: 1px solid rgba(227, 55, 44, 0.14);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(118, 41, 31, 0.08);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}

.yttv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.08), transparent 44%);
  opacity: 0;
  transform: translateY(-16px);
  transition: opacity 320ms ease, transform 320ms ease;
  pointer-events: none;
}

.yttv26-card:hover {
  transform: translateY(-7px);
  border-color: rgba(227, 55, 44, 0.34);
  box-shadow: 0 24px 58px rgba(118, 41, 31, 0.14);
  background: linear-gradient(180deg, #ffffff 0%, #fff8f6 100%);
}

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

.yttv26-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff0033 0%, #ff7a18 100%);
  box-shadow: 0 14px 30px rgba(255, 0, 51, 0.22);
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.yttv26-card:hover .yttv26-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 36px rgba(255, 122, 24, 0.28);
}

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

.yttv26-card h3 {
  position: relative;
  z-index: 1;
  color: #172027;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
  margin-bottom: 0;
}

.yttv26-card p {
  position: relative;
  z-index: 1;
  color: #64707a;
  line-height: 1.62;
  font-weight: 450;
  margin-bottom: 0;
}

.yttv26-js .yttv26-reveal {
  opacity: 0;
  transform: translateY(18px);
}

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

.yttv26-reveal {
  transition-property: opacity, transform, box-shadow, border-color, background;
  transition-duration: 520ms, 520ms, 320ms, 320ms, 320ms;
  transition-timing-function: ease;
}

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

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

  .yttv26-wrap h2 {
    font-size: 42px;
    margin-bottom: 16px;
    white-space: nowrap;
  }

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

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

  .yttv26-grid {
    gap: 26px;
  }

  .yttv26-card {
    min-height: 296px;
    padding: 34px 28px 30px;
  }

  .yttv26-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
  }

  .yttv26-i {
    font-size: 29px;
  }

  .yttv26-card h3 {
    font-size: 21px;
    margin-top: 0;
  }

  .yttv26-card p {
    font-size: 15.5px;
    margin-top: 14px;
  }
}

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

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

  .yttv26-wrap h2 {
    font-size: 34px;
    margin-bottom: 14px;
  }

  .yttv26-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

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

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

  .yttv26-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
  }

  .yttv26-i {
    font-size: 26px;
  }

  .yttv26-card h3 {
    font-size: 19px;
    margin-top: 0;
  }

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

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

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

  .yttv26-wrap h2 {
    font-size: 27px;
    line-height: 1.16;
    margin-bottom: 12px;
  }

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

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

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

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

  .yttv26-i {
    font-size: 21px;
  }

  .yttv26-card h3 {
    font-size: 16px;
    line-height: 1.25;
    margin-top: 0;
  }

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

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

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

  .yttv26-wrap h2 {
    font-size: 24px;
    line-height: 1.16;
    margin-bottom: 10px;
  }

  .yttv26-intro {
    font-size: 13.5px;
    line-height: 1.52;
    margin-bottom: 20px;
  }

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

  .yttv26-card {
    min-height: 218px;
    padding: 19px 11px 17px;
    border-radius: 15px;
  }

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

  .yttv26-i {
    font-size: 19px;
  }

  .yttv26-card h3 {
    font-size: 14.5px;
    line-height: 1.22;
    margin-top: 0;
  }

  .yttv26-card p {
    font-size: 12.2px;
    line-height: 1.42;
    margin-top: 8px;
  }
}

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

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

  .yttv26-wrap h2 {
    font-size: 21px;
    line-height: 1.15;
    margin-bottom: 9px;
  }

  .yttv26-intro {
    font-size: 12.6px;
    line-height: 1.48;
    margin-bottom: 18px;
  }

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

  .yttv26-card {
    min-height: 210px;
    padding: 17px 9px 15px;
    border-radius: 14px;
  }

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

  .yttv26-i {
    font-size: 17px;
  }

  .yttv26-card h3 {
    font-size: 13.2px;
    line-height: 1.2;
    margin-top: 0;
  }

  .yttv26-card p {
    font-size: 11.4px;
    line-height: 1.38;
    margin-top: 7px;
  }
}