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

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

.ytpv26-wrapper {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #1e293b;
  font-family: inherit;
}

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

.ytpv26-wrapper .ytpv26-section-white {
  background: #ffffff;
}

.ytpv26-wrapper .ytpv26-section-tint {
  background: linear-gradient(180deg, #fff7f5 0%, #fffdfb 100%);
}

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

.ytpv26-wrapper h2,
.ytpv26-wrapper h3,
.ytpv26-wrapper p {
  text-align: center;
  margin-top: 0;
}

.ytpv26-wrapper h2 {
  color: #161f2e;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
  margin-bottom: 14px;
}

.ytpv26-wrapper .ytpv26-intro {
  color: #5f6b7a;
  line-height: 1.65;
  max-width: 760px;
  margin: 0 auto;
}

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

.ytpv26-wrapper .ytpv26-card {
  position: relative;
  height: 100% !important;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fffafa 100%);
  border: 1px solid #f0d7d2;
  box-shadow: 0 18px 42px rgba(190, 24, 24, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 320ms ease;
  background-size: 100% 140%;
}

.ytpv26-wrapper .ytpv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.11), transparent 48%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.ytpv26-wrapper .ytpv26-card:hover {
  transform: translateY(-7px);
  border-color: #ff4b3e;
  box-shadow: 0 24px 56px rgba(190, 24, 24, 0.15);
  background-position: 0 100%;
}

.ytpv26-wrapper .ytpv26-card:hover::before {
  opacity: 1;
}

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

.ytpv26-wrapper .ytpv26-card:hover .ytpv26-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 16px 34px rgba(255, 122, 26, 0.28);
}

.ytpv26-wrapper .ytpv26-i {
  line-height: 1;
  text-align: center;
}

.ytpv26-wrapper .ytpv26-card h3 {
  position: relative;
  z-index: 1;
  color: #182235;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}

.ytpv26-wrapper .ytpv26-card p {
  position: relative;
  z-index: 1;
  color: #647184;
  line-height: 1.58;
  margin-bottom: 0;
}

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

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

  .ytpv26-wrapper h2 {
    font-size: 42px;
    white-space: nowrap;
  }

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

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

  .ytpv26-wrapper .ytpv26-grid {
    gap: 26px;
  }

  .ytpv26-wrapper .ytpv26-card {
    min-height: 292px;
    padding: 34px 28px 30px;
    border-radius: 22px;
  }

  .ytpv26-wrapper .ytpv26-icon {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    margin-bottom: 24px;
    font-size: 28px;
  }

  .ytpv26-wrapper .ytpv26-card h3 {
    font-size: 21px;
    margin-bottom: 13px;
  }

  .ytpv26-wrapper .ytpv26-card p {
    font-size: 15.5px;
  }
}

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

  .ytpv26-wrapper .ytpv26-container {
    padding: 0 22px;
  }

  .ytpv26-wrapper h2 {
    font-size: 34px;
  }

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

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

  .ytpv26-wrapper .ytpv26-card {
    min-height: 266px;
    padding: 28px 22px 24px;
    border-radius: 18px;
  }

  .ytpv26-wrapper .ytpv26-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .ytpv26-wrapper .ytpv26-card h3 {
    font-size: 19px;
    margin-bottom: 11px;
  }

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

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

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

  .ytpv26-wrapper h2 {
    font-size: 28px;
  }

  .ytpv26-wrapper .ytpv26-intro {
    font-size: 14.5px;
    margin-bottom: 26px;
  }

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

  .ytpv26-wrapper .ytpv26-card {
    min-height: 230px;
    padding: 20px 14px 18px;
    border-radius: 15px;
  }

  .ytpv26-wrapper .ytpv26-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    margin-bottom: 15px;
    font-size: 20px;
  }

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

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

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

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

  .ytpv26-wrapper h2 {
    font-size: 25px;
  }

  .ytpv26-wrapper .ytpv26-intro {
    font-size: 13.5px;
    margin-bottom: 22px;
    line-height: 1.55;
  }

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

  .ytpv26-wrapper .ytpv26-card {
    min-height: 220px;
    padding: 18px 11px 16px;
    border-radius: 14px;
  }

  .ytpv26-wrapper .ytpv26-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 13px;
    font-size: 18px;
  }

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

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

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

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

  .ytpv26-wrapper h2 {
    font-size: 22px;
  }

  .ytpv26-wrapper .ytpv26-intro {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.5;
  }

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

  .ytpv26-wrapper .ytpv26-card {
    min-height: 214px;
    padding: 16px 9px 14px;
    border-radius: 12px;
  }

  .ytpv26-wrapper .ytpv26-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 12px;
    font-size: 16px;
  }

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

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

@media (max-width: 319px) {
  .ytpv26-wrapper .ytpv26-section {
    padding: 36px 0;
  }

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

  .ytpv26-wrapper h2 {
    font-size: 21px;
  }

  .ytpv26-wrapper .ytpv26-intro {
    font-size: 13px;
    margin-bottom: 18px;
  }

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

  .ytpv26-wrapper .ytpv26-card {
    min-height: 210px;
    padding: 16px 12px;
    border-radius: 12px;
  }

  .ytpv26-wrapper .ytpv26-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 12px;
    font-size: 16px;
  }

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

  .ytpv26-wrapper .ytpv26-card p {
    font-size: 12px;
  }
}

.ytpv26-wrapper .ytpv26-card {
  opacity: 1;
  transform: translateY(0);
}

.ytpv26-wrapper.ytpv26-js .ytpv26-card {
  opacity: 0;
  transform: translateY(18px);
}

.ytpv26-wrapper.ytpv26-js .ytpv26-card.ytpv26-visible {
  opacity: 1;
  transform: translateY(0);
}