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

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

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

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

.ytcvx9-wrap .ytcvx9-section-white {
  background: #ffffff;
}

.ytcvx9-wrap .ytcvx9-section-tint {
  background: linear-gradient(180deg, #fff7f5 0%, #fffdf9 100%);
}

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

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

.ytcvx9-wrap h2 {
  color: #151922;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.ytcvx9-wrap .ytcvx9-intro {
  color: #5a6270;
  line-height: 1.7;
  max-width: 760px;
  font-weight: 500;
}

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

.ytcvx9-wrap .ytcvx9-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%, #fffefe 100%);
  border: 1px solid #f1d8d3;
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(194, 35, 29, 0.09);
  overflow: hidden;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}

.ytcvx9-wrap .ytcvx9-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.11), transparent 48%);
  transition: opacity 320ms ease;
}

.ytcvx9-wrap .ytcvx9-card:hover {
  transform: translateY(-7px);
  border-color: #e6332a;
  box-shadow: 0 24px 58px rgba(194, 35, 29, 0.16);
}

.ytcvx9-wrap .ytcvx9-card:hover::before {
  opacity: 1;
}

.ytcvx9-wrap .ytcvx9-card:hover .ytcvx9-icon {
  transform: translateY(-3px) scale(1.04);
  background-position: 100% 50%;
}

.ytcvx9-wrap .ytcvx9-card-warm:hover {
  border-color: #ff8a3d;
  box-shadow: 0 24px 58px rgba(255, 112, 44, 0.17);
}

.ytcvx9-wrap .ytcvx9-icon {
  display: grid;
  place-items: center;
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #ff0000 0%, #ff6a3d 50%, #ffb000 100%);
  background-size: 180% 180%;
  box-shadow: 0 14px 30px rgba(255, 0, 0, 0.22);
  transition: transform 320ms ease, background-position 420ms ease;
}

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

.ytcvx9-wrap h3 {
  color: #1a1f29;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}

.ytcvx9-wrap .ytcvx9-card p {
  color: #606977;
  line-height: 1.6;
  font-weight: 500;
}

.ytcvx9-wrap .ytcvx9-reveal {
  opacity: 0;
  transform: translateY(18px);
}

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

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

  .ytcvx9-wrap .ytcvx9-container {
    padding: 0 24px;
  }

  .ytcvx9-wrap h2 {
    font-size: 42px;
    white-space: nowrap;
    margin: 0 0 18px;
  }

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

  .ytcvx9-wrap .ytcvx9-grid {
    gap: 24px;
  }

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

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

  .ytcvx9-wrap .ytcvx9-card {
    min-height: 292px;
    padding: 34px 26px 30px;
  }

  .ytcvx9-wrap .ytcvx9-icon {
    width: 66px;
    height: 66px;
    border-radius: 20px;
    margin-bottom: 22px;
  }

  .ytcvx9-wrap .ytcvx9-i {
    font-size: 27px;
  }

  .ytcvx9-wrap h3 {
    font-size: 21px;
    margin: 0 0 12px;
  }

  .ytcvx9-wrap .ytcvx9-card p {
    font-size: 15px;
    margin: 0;
  }
}

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

  .ytcvx9-wrap .ytcvx9-container {
    padding: 0 22px;
  }

  .ytcvx9-wrap h2 {
    font-size: 34px;
    margin: 0 0 16px;
  }

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

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

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

  .ytcvx9-wrap .ytcvx9-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    margin-bottom: 19px;
  }

  .ytcvx9-wrap .ytcvx9-i {
    font-size: 24px;
  }

  .ytcvx9-wrap h3 {
    font-size: 19px;
    margin: 0 0 10px;
  }

  .ytcvx9-wrap .ytcvx9-card p {
    font-size: 14.5px;
    margin: 0;
  }
}

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

  .ytcvx9-wrap .ytcvx9-container {
    padding: 0 16px;
  }

  .ytcvx9-wrap h2 {
    font-size: 29px;
    margin: 0 0 13px;
  }

  .ytcvx9-wrap .ytcvx9-intro {
    font-size: 14.5px;
    line-height: 1.58;
    margin-bottom: 26px;
  }

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

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

  .ytcvx9-wrap .ytcvx9-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    margin-bottom: 15px;
  }

  .ytcvx9-wrap .ytcvx9-i {
    font-size: 20px;
  }

  .ytcvx9-wrap h3 {
    font-size: 16px;
    margin: 0 0 8px;
  }

  .ytcvx9-wrap .ytcvx9-card p {
    font-size: 13px;
    line-height: 1.48;
    margin: 0;
  }
}

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

  .ytcvx9-wrap .ytcvx9-container {
    padding: 0 12px;
  }

  .ytcvx9-wrap h2 {
    font-size: 25px;
    margin: 0 0 11px;
  }

  .ytcvx9-wrap .ytcvx9-intro {
    font-size: 13.5px;
    line-height: 1.52;
    margin-bottom: 22px;
  }

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

  .ytcvx9-wrap .ytcvx9-card {
    min-height: 220px;
    padding: 18px 10px 17px;
    border-radius: 15px;
  }

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

  .ytcvx9-wrap .ytcvx9-i {
    font-size: 18px;
  }

  .ytcvx9-wrap h3 {
    font-size: 14.5px;
    margin: 0 0 7px;
  }

  .ytcvx9-wrap .ytcvx9-card p {
    font-size: 12.2px;
    line-height: 1.42;
    margin: 0;
  }
}

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

  .ytcvx9-wrap .ytcvx9-container {
    padding: 0 10px;
  }

  .ytcvx9-wrap h2 {
    font-size: 22px;
    margin: 0 0 10px;
  }

  .ytcvx9-wrap .ytcvx9-intro {
    font-size: 12.8px;
    line-height: 1.48;
    margin-bottom: 18px;
  }

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

  .ytcvx9-wrap .ytcvx9-card {
    min-height: 214px;
    padding: 16px 8px 15px;
    border-radius: 13px;
  }

  .ytcvx9-wrap .ytcvx9-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    margin-bottom: 11px;
  }

  .ytcvx9-wrap .ytcvx9-i {
    font-size: 16px;
  }

  .ytcvx9-wrap h3 {
    font-size: 13.2px;
    margin: 0 0 6px;
  }

  .ytcvx9-wrap .ytcvx9-card p {
    font-size: 11.4px;
    line-height: 1.38;
    margin: 0;
  }
}

@media (max-width: 319px) {
  .ytcvx9-wrap .ytcvx9-grid {
    grid-template-columns: 1fr;
  }
}