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

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

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

.ytvw26-section {
  width: 100% !important;
  position: relative;
}

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

.ytvw26-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.075), transparent 34%),
    linear-gradient(180deg, #fff7f6 0%, #f8fafc 100%);
}

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

.ytvw26-heading {
  margin: 0 auto;
  text-align: center;
  color: #16181d;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.ytvw26-intro {
  margin: 0 auto;
  text-align: center;
  color: #5d6672;
  font-weight: 450;
  line-height: 1.7;
}

.ytvw26-grid {
  display: grid !important;
  align-items: stretch !important;
}

.ytvw26-card {
  position: relative;
  height: 100% !important;
  text-align: center;
  border: 1px solid rgba(210, 44, 44, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.08), transparent 42%);
  box-shadow: 0 18px 46px rgba(106, 31, 31, 0.09);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
}

.ytvw26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 0, 0, 0.09), rgba(255, 190, 92, 0.08), transparent 56%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.ytvw26-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(255, 0, 0, 0.34);
  box-shadow: 0 26px 64px rgba(106, 31, 31, 0.15);
}

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

.ytvw26-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  background:
    linear-gradient(135deg, #ff0000 0%, #ff4d2f 48%, #ffb84d 100%);
  box-shadow: 0 14px 32px rgba(255, 0, 0, 0.24);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.ytvw26-card:hover .ytvw26-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(255, 0, 0, 0.32);
}

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

.ytvw26-card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  color: #20242a;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ytvw26-card-text {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  color: #68717d;
  font-weight: 450;
  line-height: 1.62;
}

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

.ytvw26-wrap.ytvw26-js .ytvw26-card {
  opacity: 0;
  transform: translateY(18px);
}

.ytvw26-wrap.ytvw26-js .ytvw26-card.ytvw26-show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

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

  .ytvw26-container {
    padding: 0 32px;
  }

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

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

  .ytvw26-grid {
    margin-top: 46px;
    gap: 26px;
  }

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

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

  .ytvw26-card {
    min-height: 292px;
    padding: 34px 28px;
  }

  .ytvw26-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 25px;
  }

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

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

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

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

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

  .ytvw26-heading {
    max-width: 760px;
    font-size: 36px;
  }

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

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

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

  .ytvw26-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
  }

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

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

  .ytvw26-card-text {
    margin-top: 10px;
    font-size: 14.5px;
  }
}

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

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

  .ytvw26-heading {
    max-width: 390px;
    font-size: 27px;
  }

  .ytvw26-intro {
    max-width: 520px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.58;
  }

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

  .ytvw26-card {
    min-height: 232px;
    padding: 22px 15px;
    border-radius: 16px;
  }

  .ytvw26-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
  }

  .ytvw26-i {
    font-size: 20px;
  }

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

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

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

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

  .ytvw26-heading {
    max-width: 340px;
    font-size: 24px;
  }

  .ytvw26-intro {
    margin-top: 10px;
    font-size: 13.2px;
    line-height: 1.52;
  }

  .ytvw26-grid,
  .ytvw26-grid-3,
  .ytvw26-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
    gap: 10px;
  }

  .ytvw26-card {
    min-height: 222px;
    padding: 19px 12px;
    border-radius: 14px;
  }

  .ytvw26-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
  }

  .ytvw26-i {
    font-size: 18px;
  }

  .ytvw26-card-title {
    font-size: 14.8px;
  }

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

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

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

  .ytvw26-heading {
    max-width: 300px;
    font-size: 21px;
    line-height: 1.16;
  }

  .ytvw26-intro {
    margin-top: 9px;
    font-size: 12.3px;
    line-height: 1.48;
  }

  .ytvw26-grid,
  .ytvw26-grid-3,
  .ytvw26-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
    gap: 8px;
  }

  .ytvw26-card {
    min-height: 212px;
    padding: 17px 9px;
    border-radius: 13px;
  }

  .ytvw26-icon {
    width: 43px;
    height: 43px;
    margin-bottom: 12px;
  }

  .ytvw26-i {
    font-size: 16px;
  }

  .ytvw26-card-title {
    font-size: 13.4px;
    line-height: 1.22;
  }

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

@media (max-width: 319px) {
  .ytvw26-section {
    padding: 34px 0;
  }

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

  .ytvw26-heading {
    font-size: 20px;
  }

  .ytvw26-intro {
    margin-top: 8px;
    font-size: 12px;
  }

  .ytvw26-grid,
  .ytvw26-grid-3,
  .ytvw26-grid-4 {
    grid-template-columns: 1fr;
    margin-top: 18px;
    gap: 10px;
  }

  .ytvw26-card {
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 13px;
  }

  .ytvw26-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

  .ytvw26-i {
    font-size: 16px;
  }

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

  .ytvw26-card-text {
    margin-top: 6px;
    font-size: 11.5px;
  }
}