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

.ytav26-wrap {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #241f22;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

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

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

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

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

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

.ytav26-wrap h2 {
  margin: 0 auto;
  color: #1f181b;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
  text-align: center;
}

.ytav26-intro {
  margin: 0 auto;
  max-width: 780px;
  color: #6e6266;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}

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

.ytav26-card {
  position: relative;
  height: 100%;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fffafa 100%);
  border: 1px solid #f2d9d4;
  box-shadow: 0 18px 44px rgba(184, 28, 28, 0.09);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

.ytav26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.08), transparent 42%);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}

.ytav26-card:hover {
  transform: translateY(-8px);
  border-color: #ffb4aa;
  background: linear-gradient(180deg, #ffffff 0%, #fff4f1 100%);
  box-shadow: 0 24px 60px rgba(184, 28, 28, 0.16);
}

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

.ytav26-icon {
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #e62117 0%, #ff6b4a 52%, #ffb000 100%);
  box-shadow: 0 14px 30px rgba(230, 33, 23, 0.24);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.ytav26-card:hover .ytav26-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 38px rgba(230, 33, 23, 0.32);
}

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

.ytav26-card h3 {
  margin: 0 auto;
  color: #251c20;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.ytav26-card p {
  margin: 0 auto;
  color: #74686b;
  font-weight: 400;
  line-height: 1.62;
  text-align: center;
}

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

.ytav26-wrap.ytav26-js .ytav26-card.ytav26-reveal {
  opacity: 1;
  transform: translateY(0);
}

.ytav26-wrap.ytav26-js .ytav26-card.ytav26-reveal:hover {
  transform: translateY(-8px);
}

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

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

  .ytav26-wrap h2 {
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }

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

  .ytav26-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 42px;
  }

  .ytav26-card {
    min-height: 300px;
    padding: 36px 30px 34px;
    border-radius: 24px;
  }

  .ytav26-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }

  .ytav26-i {
    font-size: 30px;
  }

  .ytav26-card h3 {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .ytav26-card p {
    font-size: 16px;
  }
}

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

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

  .ytav26-wrap h2 {
    font-size: 34px;
    max-width: 760px;
  }

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

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

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

  .ytav26-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
  }

  .ytav26-i {
    font-size: 27px;
  }

  .ytav26-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .ytav26-card p {
    font-size: 15px;
  }
}

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

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

  .ytav26-wrap h2 {
    font-size: 27px;
    max-width: 420px;
  }

  .ytav26-intro {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 13px;
  }

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

  .ytav26-card {
    min-height: 238px;
    padding: 22px 14px;
    border-radius: 18px;
  }

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

  .ytav26-i {
    font-size: 22px;
  }

  .ytav26-card h3 {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .ytav26-card p {
    font-size: 13px;
    line-height: 1.5;
  }
}

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

  .ytav26-container {
    padding: 0 14px;
  }

  .ytav26-wrap h2 {
    font-size: 25px;
    max-width: 350px;
  }

  .ytav26-intro {
    font-size: 13.5px;
    line-height: 1.56;
    margin-top: 12px;
  }

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

  .ytav26-card {
    min-height: 226px;
    padding: 20px 12px;
    border-radius: 16px;
  }

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

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

  .ytav26-card h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .ytav26-card p {
    font-size: 12.5px;
    line-height: 1.46;
  }
}

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

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

  .ytav26-wrap h2 {
    font-size: 22px;
    max-width: 300px;
  }

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

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

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

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

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

  .ytav26-card h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .ytav26-card p {
    font-size: 12px;
    line-height: 1.42;
  }
}