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

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

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

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

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

.ytcv26-wrapper .ytcv26-section-tint {
  background: linear-gradient(180deg, #fff6f4 0%, #fffaf7 100%);
}

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

.ytcv26-wrapper h2,
.ytcv26-wrapper h3,
.ytcv26-wrapper p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.ytcv26-wrapper h2 {
  color: #151b23;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
}

.ytcv26-wrapper .ytcv26-intro {
  color: #5f6976;
  line-height: 1.7;
  max-width: 760px;
  margin-top: 0;
}

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

.ytcv26-wrapper .ytcv26-card {
  height: 100%;
  text-align: center;
  border: 1px solid #f0d7d3;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.055), transparent 42%),
    #ffffff;
  box-shadow: 0 18px 44px rgba(200, 37, 27, 0.09);
  border-radius: 24px;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
  background-size: 100% 140%;
  background-position: 50% 0%;
}

.ytcv26-wrapper .ytcv26-card:hover {
  transform: translateY(-8px);
  border-color: #ffb2a8;
  box-shadow: 0 26px 58px rgba(200, 37, 27, 0.16);
  background-position: 50% 18%;
}

.ytcv26-wrapper .ytcv26-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 22px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff0033 0%, #ff6a3d 100%);
  box-shadow: 0 14px 30px rgba(255, 0, 51, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

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

.ytcv26-wrapper .ytcv26-i {
  color: currentColor;
  line-height: 1;
}

.ytcv26-wrapper h3 {
  color: #202833;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 0;
}

.ytcv26-wrapper .ytcv26-card p {
  color: #687280;
  line-height: 1.62;
  margin-bottom: 0;
}

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

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

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

  .ytcv26-wrapper h2 {
    font-size: 42px;
    margin-bottom: 18px;
    white-space: nowrap;
  }

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

  .ytcv26-wrapper .ytcv26-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }

  .ytcv26-wrapper .ytcv26-card {
    min-height: 292px;
    padding: 34px 28px 30px;
  }

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

  .ytcv26-wrapper .ytcv26-i {
    font-size: 28px;
  }

  .ytcv26-wrapper h3 {
    font-size: 21px;
    margin-top: 0;
  }

  .ytcv26-wrapper .ytcv26-card p {
    font-size: 15.5px;
    margin-top: 14px;
  }
}

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

  .ytcv26-wrapper h2 {
    font-size: 34px;
    margin-bottom: 15px;
  }

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

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

  .ytcv26-wrapper .ytcv26-card {
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 22px;
  }

  .ytcv26-wrapper .ytcv26-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 21px;
  }

  .ytcv26-wrapper .ytcv26-i {
    font-size: 25px;
  }

  .ytcv26-wrapper h3 {
    font-size: 19px;
    margin-top: 0;
  }

  .ytcv26-wrapper .ytcv26-card p {
    font-size: 15px;
    margin-top: 12px;
  }
}

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

  .ytcv26-wrapper h2 {
    font-size: 27px;
    margin-bottom: 12px;
  }

  .ytcv26-wrapper .ytcv26-intro {
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 26px;
  }

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

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

  .ytcv26-wrapper .ytcv26-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
    border-radius: 16px;
  }

  .ytcv26-wrapper .ytcv26-i {
    font-size: 21px;
  }

  .ytcv26-wrapper h3 {
    font-size: 16px;
    margin-top: 0;
  }

  .ytcv26-wrapper .ytcv26-card p {
    font-size: 13.2px;
    line-height: 1.5;
    margin-top: 10px;
  }
}

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

  .ytcv26-wrapper h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

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

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

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

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

  .ytcv26-wrapper .ytcv26-i {
    font-size: 19px;
  }

  .ytcv26-wrapper h3 {
    font-size: 15px;
    margin-top: 0;
  }

  .ytcv26-wrapper .ytcv26-card p {
    font-size: 12.6px;
    line-height: 1.45;
    margin-top: 9px;
  }
}

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

  .ytcv26-wrapper h2 {
    font-size: 21px;
    margin-bottom: 9px;
  }

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

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

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

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

  .ytcv26-wrapper .ytcv26-i {
    font-size: 17px;
  }

  .ytcv26-wrapper h3 {
    font-size: 13.8px;
    line-height: 1.22;
    margin-top: 0;
  }

  .ytcv26-wrapper .ytcv26-card p {
    font-size: 11.7px;
    line-height: 1.42;
    margin-top: 8px;
  }
}

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