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

.ytuv26-wrap,
.ytuv26-wrap * {
  box-sizing: border-box;
  min-width: 0;
}

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

.ytuv26-section {
  width: 100% !important;
  overflow: hidden;
}

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

.ytuv26-section-two {
  background: linear-gradient(180deg, #fff7f5 0%, #fffdfb 100%);
}

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

.ytuv26-heading {
  margin: 0 auto;
  color: #18191f;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
}

.ytuv26-intro {
  margin: 0 auto;
  color: #5d6470;
  font-weight: 450;
  line-height: 1.65;
  text-align: center;
}

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

.ytuv26-card {
  position: relative;
  z-index: 1;
  height: 100% !important;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fffefe 100%);
  border: 1px solid rgba(226, 36, 43, 0.14);
  box-shadow: 0 18px 44px rgba(54, 18, 24, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
}

.ytuv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(circle at 50% 0%, rgba(226, 36, 43, 0.14), transparent 46%);
  transition: opacity 260ms ease;
}

.ytuv26-card:hover {
  transform: translateY(-7px) scale(1.012);
  border-color: rgba(226, 36, 43, 0.36);
  box-shadow: 0 24px 58px rgba(54, 18, 24, 0.14);
}

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

.ytuv26-card:hover .ytuv26-icon {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(226, 36, 43, 0.2);
}

.ytuv26-card:hover .ytuv26-i {
  transform: translateX(2px);
}

.ytuv26-card-tint {
  background: linear-gradient(180deg, #ffffff 0%, #fff8f6 100%);
}

.ytuv26-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #e2242b 0%, #ff6a3d 100%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 24px rgba(226, 36, 43, 0.16);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.ytuv26-i {
  display: inline-block;
  line-height: 1;
  color: #ffffff;
  transition: transform 260ms ease;
}

.ytuv26-card-title {
  margin: 0;
  color: #202124;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
  text-align: center;
}

.ytuv26-card-text {
  margin: 0;
  color: #626a76;
  font-weight: 450;
  line-height: 1.58;
  text-align: center;
}

.ytuv26-card.ytuv26-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.ytuv26-card.ytuv26-reveal.ytuv26-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

  .ytuv26-heading {
    max-width: 940px;
    font-size: 44px;
    white-space: nowrap;
  }

  .ytuv26-intro {
    max-width: 760px;
    margin-top: 16px;
    font-size: 17px;
  }

  .ytuv26-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 46px;
  }

  .ytuv26-card {
    min-height: 298px;
    padding: 34px 28px 30px;
    border-radius: 24px;
  }

  .ytuv26-icon {
    width: 70px;
    height: 70px;
    border-radius: 22px;
    margin-bottom: 24px;
  }

  .ytuv26-i {
    font-size: 28px;
  }

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

  .ytuv26-card-text {
    margin-top: 12px;
    font-size: 15.5px;
  }
}

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

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

  .ytuv26-heading {
    max-width: 720px;
    font-size: 36px;
  }

  .ytuv26-intro {
    max-width: 680px;
    margin-top: 14px;
    font-size: 16px;
  }

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

  .ytuv26-card {
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 22px;
  }

  .ytuv26-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    margin-bottom: 21px;
  }

  .ytuv26-i {
    font-size: 25px;
  }

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

  .ytuv26-card-text {
    margin-top: 10px;
    font-size: 15px;
  }
}

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

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

  .ytuv26-heading {
    max-width: 410px;
    font-size: 29px;
  }

  .ytuv26-intro {
    max-width: 430px;
    margin-top: 12px;
    font-size: 14.5px;
  }

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

  .ytuv26-card {
    min-height: 232px;
    padding: 22px 15px 20px;
    border-radius: 18px;
  }

  .ytuv26-icon {
    width: 52px;
    height: 52px;
    border-radius: 17px;
    margin-bottom: 16px;
  }

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

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

  .ytuv26-card-text {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.5;
  }
}

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

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

  .ytuv26-heading {
    max-width: 350px;
    font-size: 26px;
  }

  .ytuv26-intro {
    max-width: 360px;
    margin-top: 10px;
    font-size: 13.8px;
    line-height: 1.58;
  }

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

  .ytuv26-card {
    min-height: 224px;
    padding: 19px 12px 17px;
    border-radius: 16px;
  }

  .ytuv26-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 14px;
  }

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

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

  .ytuv26-card-text {
    margin-top: 7px;
    font-size: 12.4px;
    line-height: 1.48;
  }
}

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

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

  .ytuv26-heading {
    max-width: 300px;
    font-size: 23px;
  }

  .ytuv26-intro {
    max-width: 310px;
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.54;
  }

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

  .ytuv26-card {
    min-height: 216px;
    padding: 16px 9px 15px;
    border-radius: 14px;
  }

  .ytuv26-icon {
    width: 43px;
    height: 43px;
    border-radius: 14px;
    margin-bottom: 12px;
  }

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

  .ytuv26-card-title {
    font-size: 13.5px;
  }

  .ytuv26-card-text {
    margin-top: 6px;
    font-size: 11.6px;
    line-height: 1.42;
  }
}