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

.ytev26-wrapper,
.ytev26-wrapper * {
  box-sizing: border-box;
  min-width: 0;
}

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

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

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

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

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

.ytev26-wrapper .ytev26-heading {
  margin: 0 auto;
  text-align: center;
  color: #172024;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.ytev26-wrapper .ytev26-intro {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #5d6970;
  line-height: 1.65;
  font-weight: 400;
}

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

.ytev26-wrapper .ytev26-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100% !important;
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #f0d7d4;
  box-shadow: 0 18px 42px rgba(179, 34, 34, 0.09);
  overflow: hidden;
  isolation: isolate;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.ytev26-wrapper .ytev26-section-two .ytev26-card {
  background: rgba(255, 255, 255, 0.86);
  border-color: #eadad4;
}

.ytev26-wrapper .ytev26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.11), transparent 46%),
              linear-gradient(135deg, rgba(255, 193, 7, 0.08), rgba(20, 184, 166, 0.07));
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 260ms ease, transform 260ms ease;
  z-index: -1;
}

.ytev26-wrapper .ytev26-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(220, 38, 38, 0.42);
  box-shadow: 0 24px 58px rgba(179, 34, 34, 0.15);
  background: #ffffff;
}

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

.ytev26-wrapper .ytev26-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 22px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff0033 0%, #c21f2b 48%, #0ea5a4 100%);
  box-shadow: 0 14px 28px rgba(194, 31, 43, 0.24);
  transition: transform 260ms ease, box-shadow 260ms ease, background-position 260ms ease;
  background-size: 160% 160%;
}

.ytev26-wrapper .ytev26-card:hover .ytev26-icon {
  transform: translateY(-4px);
  background-position: 100% 50%;
  box-shadow: 0 18px 34px rgba(14, 165, 164, 0.22);
}

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

.ytev26-wrapper .ytev26-card h3 {
  margin: 0;
  text-align: center;
  color: #172024;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ytev26-wrapper .ytev26-card p {
  margin: 0;
  text-align: center;
  color: #607078;
  line-height: 1.58;
  font-weight: 400;
}

.ytev26-wrapper .ytev26-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.ytev26-wrapper .ytev26-reveal.ytev26-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease;
}

@media (min-width: 1024px) {
  .ytev26-wrapper .ytev26-section {
    padding: 88px 0;
  }

  .ytev26-wrapper .ytev26-container {
    padding: 0 28px;
  }

  .ytev26-wrapper .ytev26-heading {
    max-width: 900px;
    font-size: 42px;
    white-space: nowrap;
  }

  .ytev26-wrapper .ytev26-intro {
    max-width: 760px;
    margin-top: 16px;
    margin-bottom: 38px;
    font-size: 17px;
  }

  .ytev26-wrapper .ytev26-grid {
    gap: 24px;
  }

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

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

  .ytev26-wrapper .ytev26-card {
    min-height: 296px;
    padding: 34px 24px 30px;
    border-radius: 22px;
  }

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

  .ytev26-wrapper .ytev26-i {
    font-size: 30px;
  }

  .ytev26-wrapper .ytev26-card h3 {
    font-size: 20px;
    margin-bottom: 13px;
  }

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

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

  .ytev26-wrapper .ytev26-container {
    padding: 0 24px;
  }

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

  .ytev26-wrapper .ytev26-intro {
    max-width: 680px;
    margin-top: 14px;
    margin-bottom: 32px;
    font-size: 16px;
  }

  .ytev26-wrapper .ytev26-grid,
  .ytev26-wrapper .ytev26-grid-six,
  .ytev26-wrapper .ytev26-grid-eight {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .ytev26-wrapper .ytev26-card {
    min-height: 268px;
    padding: 30px 22px 26px;
    border-radius: 20px;
  }

  .ytev26-wrapper .ytev26-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 21px;
  }

  .ytev26-wrapper .ytev26-i {
    font-size: 27px;
  }

  .ytev26-wrapper .ytev26-card h3 {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .ytev26-wrapper .ytev26-card p {
    font-size: 14.5px;
  }
}

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

  .ytev26-wrapper .ytev26-container {
    padding: 0 16px;
  }

  .ytev26-wrapper .ytev26-heading {
    max-width: 430px;
    font-size: 28px;
  }

  .ytev26-wrapper .ytev26-intro {
    max-width: 520px;
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 14.5px;
    line-height: 1.55;
  }

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

  .ytev26-wrapper .ytev26-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }

  .ytev26-wrapper .ytev26-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 17px;
  }

  .ytev26-wrapper .ytev26-i {
    font-size: 22px;
  }

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

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

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

  .ytev26-wrapper .ytev26-container {
    padding: 0 12px;
  }

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

  .ytev26-wrapper .ytev26-intro {
    max-width: 360px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 13.5px;
    line-height: 1.5;
  }

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

  .ytev26-wrapper .ytev26-card {
    min-height: 220px;
    padding: 18px 10px 16px;
    border-radius: 15px;
  }

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

  .ytev26-wrapper .ytev26-i {
    font-size: 20px;
  }

  .ytev26-wrapper .ytev26-card h3 {
    font-size: 14.5px;
    margin-bottom: 8px;
  }

  .ytev26-wrapper .ytev26-card p {
    font-size: 12.2px;
    line-height: 1.42;
  }
}

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

  .ytev26-wrapper .ytev26-container {
    padding: 0 10px;
  }

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

  .ytev26-wrapper .ytev26-intro {
    max-width: 310px;
    margin-top: 9px;
    margin-bottom: 18px;
    font-size: 12.8px;
    line-height: 1.48;
  }

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

  .ytev26-wrapper .ytev26-card {
    min-height: 214px;
    padding: 16px 8px 14px;
    border-radius: 14px;
  }

  .ytev26-wrapper .ytev26-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 14px;
  }

  .ytev26-wrapper .ytev26-i {
    font-size: 18px;
  }

  .ytev26-wrapper .ytev26-card h3 {
    font-size: 13.5px;
    margin-bottom: 7px;
  }

  .ytev26-wrapper .ytev26-card p {
    font-size: 11.6px;
    line-height: 1.38;
  }
}