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

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

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

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

.ytlv2026-section-two {
  background: linear-gradient(180deg, #fff7f4 0%, #fffaf8 100%);
}

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

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

.ytlv2026-wrap h2 {
  color: #15171c;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
}

.ytlv2026-intro {
  color: #5b606b;
  line-height: 1.65;
  font-weight: 500;
  max-width: 760px;
  margin-top: 0;
}

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

.ytlv2026-card {
  position: relative;
  display: block;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 44, 44, 0.14);
  box-shadow: 0 18px 44px rgba(190, 22, 34, 0.09);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.ytlv2026-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.105), transparent 48%);
  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 56px rgba(190, 22, 34, 0.16);
  background: #ffffff;
}

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

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

.ytlv2026-card:hover .ytlv2026-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(255, 0, 51, 0.3);
}

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

.ytlv2026-card h3 {
  position: relative;
  z-index: 1;
  color: #17191f;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
  margin: 0;
}

.ytlv2026-card p {
  position: relative;
  z-index: 1;
  color: #626772;
  line-height: 1.58;
  font-weight: 500;
  margin-bottom: 0;
}

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

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

  .ytlv2026-wrap h2 {
    font-size: 44px;
    margin-bottom: 18px;
    white-space: nowrap;
  }

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

  .ytlv2026-grid-three,
  .ytlv2026-grid-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }

  .ytlv2026-card {
    min-height: 296px;
    padding: 38px 30px 34px;
    border-radius: 24px;
  }

  .ytlv2026-icon {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    margin-bottom: 26px;
  }

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

  .ytlv2026-card h3 {
    font-size: 22px;
    margin-bottom: 13px;
  }

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

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

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

  .ytlv2026-wrap h2 {
    font-size: 36px;
    margin-bottom: 16px;
  }

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

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

  .ytlv2026-card {
    min-height: 264px;
    padding: 32px 24px 28px;
    border-radius: 22px;
  }

  .ytlv2026-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    margin-bottom: 22px;
  }

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

  .ytlv2026-card h3 {
    font-size: 20px;
    margin-bottom: 11px;
  }

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

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

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

  .ytlv2026-wrap h2 {
    font-size: 29px;
    margin-bottom: 12px;
  }

  .ytlv2026-intro {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 24px;
  }

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

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

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

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

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

  .ytlv2026-card p {
    font-size: 13px;
    line-height: 1.48;
  }
}

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

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

  .ytlv2026-wrap h2 {
    font-size: 26px;
    margin-bottom: 11px;
  }

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

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

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

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

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

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

  .ytlv2026-card p {
    font-size: 12.5px;
    line-height: 1.45;
  }
}

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

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

  .ytlv2026-wrap h2 {
    font-size: 23px;
    margin-bottom: 10px;
  }

  .ytlv2026-intro {
    font-size: 12.5px;
    line-height: 1.45;
    margin-bottom: 18px;
  }

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

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

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

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

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

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