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

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

.ylv2026-wrap {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172029;
  font-family: Arial, Helvetica, sans-serif;
}

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

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

.ylv2026-section-tint {
  background: linear-gradient(180deg, #fff8f6 0%, #f7fbfb 100%);
}

.ylv2026-container {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding-left: 24px;
  padding-right: 24px;
}

.ylv2026-heading {
  margin: 0 auto;
  text-align: center !important;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

.ylv2026-intro {
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
  color: #506070;
  line-height: 1.68;
  font-weight: 500;
  max-width: 760px;
}

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

.ylv2026-card {
  position: relative;
  height: 100% !important;
  text-align: center !important;
  border: 1px solid rgba(229, 48, 42, 0.14);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.06), transparent 36%),
    #ffffff;
  box-shadow: 0 18px 45px rgba(188, 31, 36, 0.09);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

.ylv2026-card::after {
  content: "";
  position: absolute;
  inset: auto 24px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #ff0033, #ffb000);
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 280ms ease, transform 280ms ease;
}

.ylv2026-card:hover {
  transform: translateY(-7px);
  border-color: rgba(229, 48, 42, 0.32);
  box-shadow: 0 24px 62px rgba(188, 31, 36, 0.16);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 176, 0, 0.10), transparent 40%),
    #ffffff;
}

.ylv2026-card:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.ylv2026-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff0033 0%, #ff4d2d 48%, #ffb000 100%);
  box-shadow: 0 14px 30px rgba(255, 0, 51, 0.22);
  color: #ffffff;
  text-align: center !important;
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.ylv2026-card:hover .ylv2026-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 38px rgba(255, 0, 51, 0.28);
}

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

.ylv2026-card-title {
  margin: 0;
  text-align: center !important;
  color: #151f2a;
  font-weight: 800;
  line-height: 1.26;
  letter-spacing: 0;
}

.ylv2026-card-text {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-align: center !important;
  color: #5b6775;
  line-height: 1.62;
  font-weight: 500;
}

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

.ylv2026-card.ylv2026-in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .ylv2026-section {
    padding-top: 86px;
    padding-bottom: 92px;
  }

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

  .ylv2026-intro {
    margin-top: 16px;
    margin-bottom: 42px;
    font-size: 17px;
  }

  .ylv2026-grid {
    gap: 24px;
  }

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

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

  .ylv2026-card {
    min-height: 296px;
    padding: 34px 24px 30px;
  }

  .ylv2026-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
  }

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

  .ylv2026-card-title {
    font-size: 20px;
    margin-bottom: 13px;
  }

  .ylv2026-card-text {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ylv2026-section {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .ylv2026-container {
    padding-left: 22px;
    padding-right: 22px;
  }

  .ylv2026-heading {
    font-size: 34px;
    max-width: 720px;
  }

  .ylv2026-intro {
    margin-top: 14px;
    margin-bottom: 34px;
    font-size: 16px;
  }

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

  .ylv2026-card {
    min-height: 266px;
    padding: 30px 22px 26px;
    border-radius: 20px;
  }

  .ylv2026-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 21px;
    border-radius: 17px;
  }

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

  .ylv2026-card-title {
    font-size: 19px;
    margin-bottom: 11px;
  }

  .ylv2026-card-text {
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ylv2026-section {
    padding-top: 52px;
    padding-bottom: 56px;
  }

  .ylv2026-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ylv2026-heading {
    font-size: 28px;
    max-width: 390px;
  }

  .ylv2026-intro {
    margin-top: 12px;
    margin-bottom: 26px;
    font-size: 14.5px;
    line-height: 1.58;
  }

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

  .ylv2026-card {
    min-height: 230px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }

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

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

  .ylv2026-card-title {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .ylv2026-card-text {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ylv2026-section {
    padding-top: 46px;
    padding-bottom: 50px;
  }

  .ylv2026-container {
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .ylv2026-intro {
    margin-top: 10px;
    margin-bottom: 22px;
    font-size: 13.5px;
    line-height: 1.55;
  }

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

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

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

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

  .ylv2026-card-title {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .ylv2026-card-text {
    font-size: 12.5px;
    line-height: 1.47;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ylv2026-section {
    padding-top: 40px;
    padding-bottom: 44px;
  }

  .ylv2026-container {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .ylv2026-intro {
    margin-top: 9px;
    margin-bottom: 18px;
    font-size: 12.5px;
    line-height: 1.5;
  }

  .ylv2026-grid,
  .ylv2026-grid-3,
  .ylv2026-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .ylv2026-card {
    min-height: 214px;
    padding: 17px 9px 16px;
    border-radius: 14px;
  }

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

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

  .ylv2026-card-title {
    font-size: 13.5px;
    margin-bottom: 7px;
  }

  .ylv2026-card-text {
    font-size: 11.6px;
    line-height: 1.42;
  }
}

@media (max-width: 319px) {
  .ylv2026-grid,
  .ylv2026-grid-3,
  .ylv2026-grid-4 {
    grid-template-columns: 1fr;
  }
}