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

.ytlv2026,
.ytlv2026 * {
  box-sizing: border-box;
}

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

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

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

.ytlv2026-section-tint {
  background:
    radial-gradient(circle at top center, rgba(255, 0, 0, 0.08), transparent 34%),
    linear-gradient(180deg, #fff8f7 0%, #fffdfb 100%);
}

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

.ytlv2026-heading,
.ytlv2026-intro,
.ytlv2026-title,
.ytlv2026-text {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.ytlv2026-heading {
  margin-top: 0;
  color: #1c1413;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}

.ytlv2026-intro {
  max-width: 760px;
  margin-top: 14px;
  margin-bottom: 0;
  color: #6d5a55;
  line-height: 1.7;
  font-weight: 450;
}

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

.ytlv2026-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 248, 0.92));
  border: 1px solid rgba(225, 53, 46, 0.16);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(175, 30, 24, 0.09);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 360ms ease;
}

.ytlv2026-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 0, 0, 0.08), rgba(255, 186, 73, 0.08), transparent 62%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.ytlv2026-card:hover {
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(255, 0, 0, 0.34);
  box-shadow: 0 24px 58px rgba(190, 24, 18, 0.16);
}

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

.ytlv2026-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #ff0000 0%, #ff6b35 55%, #ffba49 100%);
  box-shadow: 0 14px 28px rgba(255, 0, 0, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.ytlv2026-card:hover .ytlv2026-icon {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(255, 88, 44, 0.28);
}

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

.ytlv2026-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #241816;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}

.ytlv2026-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #725f5a;
  line-height: 1.6;
  font-weight: 450;
}

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

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

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

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

  .ytlv2026-heading {
    font-size: 42px;
    white-space: nowrap;
  }

  .ytlv2026-intro {
    font-size: 17px;
  }

  .ytlv2026-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 44px;
  }

  .ytlv2026-card {
    min-height: 300px;
    padding: 36px 28px 32px;
  }

  .ytlv2026-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
  }

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

  .ytlv2026-title {
    margin-top: 24px;
    font-size: 21px;
  }

  .ytlv2026-text {
    margin-top: 14px;
    font-size: 15.5px;
  }
}

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

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

  .ytlv2026-heading {
    font-size: 34px;
  }

  .ytlv2026-intro {
    font-size: 16px;
  }

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

  .ytlv2026-card {
    min-height: 270px;
    padding: 30px 24px 28px;
  }

  .ytlv2026-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
  }

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

  .ytlv2026-title {
    margin-top: 21px;
    font-size: 19px;
  }

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

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

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

  .ytlv2026-heading {
    font-size: 28px;
    max-width: 420px;
  }

  .ytlv2026-intro {
    font-size: 14.5px;
    line-height: 1.62;
  }

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

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

  .ytlv2026-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
  }

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

  .ytlv2026-title {
    margin-top: 16px;
    font-size: 16px;
  }

  .ytlv2026-text {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.48;
  }
}

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

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

  .ytlv2026-heading {
    font-size: 25px;
    max-width: 340px;
  }

  .ytlv2026-intro {
    font-size: 13.5px;
    line-height: 1.55;
  }

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

  .ytlv2026-card {
    min-height: 222px;
    padding: 20px 10px 18px;
    border-radius: 14px;
  }

  .ytlv2026-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

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

  .ytlv2026-title {
    margin-top: 14px;
    font-size: 14.5px;
  }

  .ytlv2026-text {
    margin-top: 8px;
    font-size: 12.5px;
    line-height: 1.45;
  }
}

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

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

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

  .ytlv2026-intro {
    font-size: 13px;
    line-height: 1.5;
  }

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

  .ytlv2026-card {
    min-height: 214px;
    padding: 18px 8px 16px;
    border-radius: 12px;
  }

  .ytlv2026-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }

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

  .ytlv2026-title {
    margin-top: 13px;
    font-size: 13.5px;
  }

  .ytlv2026-text {
    margin-top: 7px;
    font-size: 11.8px;
    line-height: 1.42;
  }
}