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

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

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

.ytdv26-section {
  width: 100% !important;
}

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

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

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

.ytdv26-heading,
.ytdv26-intro,
.ytdv26-card-title,
.ytdv26-card-text {
  text-align: center !important;
}

.ytdv26-heading {
  margin: 0 auto;
  color: #151a20;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.ytdv26-intro {
  margin: 14px auto 0;
  max-width: 720px;
  color: #5e6975;
  font-weight: 500;
  line-height: 1.65;
}

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

.ytdv26-card {
  position: relative;
  z-index: 1;
  height: 100% !important;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center !important;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfc 100%);
  border: 1px solid #f0d8d1;
  box-shadow: 0 18px 42px rgba(218, 42, 28, 0.09);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
  overflow: hidden;
}

.ytdv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 50% 0%, rgba(255, 42, 27, 0.12), transparent 58%);
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 260ms ease, transform 260ms ease;
}

.ytdv26-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 42, 27, 0.34);
  box-shadow: 0 24px 58px rgba(218, 42, 28, 0.16);
}

.ytdv26-card:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.ytdv26-card:hover .ytdv26-icon {
  transform: translateY(-4px);
  background-position: 100% 50%;
}

.ytdv26-card:hover .ytdv26-i {
  transform: scale(1.05);
}

.ytdv26-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff2a1b 0%, #c91522 46%, #ffb000 100%);
  background-size: 180% 180%;
  box-shadow: 0 14px 28px rgba(218, 42, 28, 0.22);
  transition: transform 260ms ease, background-position 260ms ease;
}

.ytdv26-i {
  display: block;
  line-height: 1;
  transition: transform 260ms ease;
}

.ytdv26-card-title {
  margin: 0;
  color: #192027;
  font-weight: 760;
  line-height: 1.28;
  letter-spacing: 0;
}

.ytdv26-card-text {
  margin: 0;
  color: #64707c;
  font-weight: 500;
  line-height: 1.62;
}

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

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

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

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

  .ytdv26-heading {
    font-size: 42px;
  }

  .ytdv26-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

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

  .ytdv26-grid {
    gap: 28px;
  }

  .ytdv26-card {
    min-height: 300px;
    padding: 34px 28px 30px;
    border-radius: 22px;
  }

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

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

  .ytdv26-card-title {
    font-size: 21px;
    margin-bottom: 13px;
  }

  .ytdv26-card-text {
    font-size: 15.5px;
  }
}

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

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

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

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

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

  .ytdv26-card {
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }

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

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

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

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

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

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

  .ytdv26-heading {
    font-size: 28px;
    max-width: 520px;
  }

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

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

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

  .ytdv26-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 15px;
  }

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

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

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

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

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

  .ytdv26-heading {
    font-size: 25px;
    max-width: 350px;
  }

  .ytdv26-intro {
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

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

  .ytdv26-card {
    min-height: 222px;
    padding: 19px 11px 17px;
    border-radius: 14px;
  }

  .ytdv26-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 13px;
  }

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

  .ytdv26-card-title {
    font-size: 14.5px;
    line-height: 1.25;
    margin-bottom: 8px;
  }

  .ytdv26-card-text {
    font-size: 12.4px;
    line-height: 1.45;
  }
}

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

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

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

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

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

  .ytdv26-card {
    min-height: 214px;
    padding: 16px 9px 15px;
    border-radius: 12px;
  }

  .ytdv26-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 11px;
  }

  .ytdv26-i {
    font-size: 17px;
  }

  .ytdv26-card-title {
    font-size: 13.2px;
    line-height: 1.22;
    margin-bottom: 7px;
  }

  .ytdv26-card-text {
    font-size: 11.6px;
    line-height: 1.4;
  }
}

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

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

  .ytdv26-heading {
    font-size: 21px;
  }

  .ytdv26-intro {
    font-size: 12.5px;
    margin-bottom: 18px;
  }

  .ytdv26-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

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

  .ytdv26-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
  }

  .ytdv26-i {
    font-size: 17px;
  }

  .ytdv26-card-title {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .ytdv26-card-text {
    font-size: 12px;
    line-height: 1.42;
  }
}