@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;
  --ytcv26-primary: #e62117;
  --ytcv26-secondary: #ff7a45;
  --ytcv26-accent: #16a085;
  --ytcv26-soft: #fff6f3;
  --ytcv26-text: #1f2933;
  --ytcv26-muted: #5c6672;
  --ytcv26-border: rgba(230, 33, 23, 0.14);
  --ytcv26-shadow: rgba(128, 28, 20, 0.12);
  --ytcv26-shadow-strong: rgba(128, 28, 20, 0.2);
  background: #ffffff;
  color: var(--ytcv26-text);
  font-family: inherit;
}

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

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

.ytcv26-wrapper .ytcv26-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(230, 33, 23, 0.08), transparent 34%),
    linear-gradient(180deg, #fff8f5 0%, #fff4f0 100%) !important;
}

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

.ytcv26-wrapper .ytcv26-heading {
  margin: 0 auto;
  max-width: 980px;
  text-align: center !important;
  color: var(--ytcv26-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.ytcv26-wrapper .ytcv26-intro {
  margin: 0 auto;
  max-width: 760px;
  text-align: center !important;
  color: var(--ytcv26-muted);
  line-height: 1.7;
  font-weight: 450;
}

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

.ytcv26-wrapper .ytcv26-card {
  position: relative;
  height: 100% !important;
  display: grid;
  align-content: start;
  justify-items: center;
  text-align: center !important;
  overflow: hidden;
  border: 1px solid var(--ytcv26-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    linear-gradient(135deg, rgba(230, 33, 23, 0.08), rgba(22, 160, 133, 0.05));
  box-shadow: 0 18px 48px var(--ytcv26-shadow);
  transition:
    transform 320ms ease,
    box-shadow 320ms ease,
    border-color 320ms ease,
    background-position 420ms ease;
}

.ytcv26-wrapper .ytcv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background:
    linear-gradient(120deg, rgba(230, 33, 23, 0.1), transparent 38%, rgba(22, 160, 133, 0.08));
  transform: translateX(-18%);
  transition: opacity 320ms ease, transform 420ms ease;
  pointer-events: none;
}

.ytcv26-wrapper .ytcv26-card:hover {
  transform: translateY(-7px);
  border-color: rgba(230, 33, 23, 0.28);
  box-shadow: 0 24px 60px var(--ytcv26-shadow-strong);
}

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

.ytcv26-wrapper .ytcv26-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  text-align: center !important;
  color: #ffffff;
  background:
    linear-gradient(135deg, var(--ytcv26-primary), var(--ytcv26-secondary) 58%, var(--ytcv26-accent));
  box-shadow: 0 14px 32px rgba(230, 33, 23, 0.22);
  transition: transform 320ms ease, box-shadow 320ms ease, filter 320ms ease;
}

.ytcv26-wrapper .ytcv26-card:hover .ytcv26-icon {
  transform: translateY(-3px) scale(1.04);
  filter: saturate(1.08);
  box-shadow: 0 18px 38px rgba(230, 33, 23, 0.28);
}

.ytcv26-wrapper .ytcv26-i {
  display: inline-block;
  text-align: center !important;
  line-height: 1;
}

.ytcv26-wrapper .ytcv26-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center !important;
  color: var(--ytcv26-text);
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}

.ytcv26-wrapper .ytcv26-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center !important;
  color: var(--ytcv26-muted);
  line-height: 1.62;
  font-weight: 430;
}

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

  .ytcv26-wrapper .ytcv26-container {
    padding: 0 28px !important;
  }

  .ytcv26-wrapper .ytcv26-heading {
    font-size: 42px;
    white-space: nowrap;
  }

  .ytcv26-wrapper .ytcv26-intro {
    margin-top: 18px;
    font-size: 17px;
  }

  .ytcv26-wrapper .ytcv26-grid {
    margin-top: 46px;
    gap: 26px;
  }

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

  .ytcv26-wrapper .ytcv26-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .ytcv26-wrapper .ytcv26-card {
    min-height: 292px;
    padding: 36px 26px 32px;
    border-radius: 22px;
  }

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

  .ytcv26-wrapper .ytcv26-card h3 {
    font-size: 20px;
  }

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

@media (min-width: 768px) and (max-width: 1023px) {
  .ytcv26-wrapper .ytcv26-section {
    padding: 76px 0 !important;
  }

  .ytcv26-wrapper .ytcv26-container {
    padding: 0 24px !important;
  }

  .ytcv26-wrapper .ytcv26-heading {
    font-size: 36px;
  }

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

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

  .ytcv26-wrapper .ytcv26-card {
    min-height: 266px;
    padding: 32px 24px 28px;
    border-radius: 20px;
  }

  .ytcv26-wrapper .ytcv26-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    margin-bottom: 22px;
    font-size: 25px;
  }

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

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

@media (min-width: 430px) and (max-width: 767px) {
  .ytcv26-wrapper .ytcv26-section {
    padding: 56px 0 !important;
  }

  .ytcv26-wrapper .ytcv26-container {
    padding: 0 16px !important;
  }

  .ytcv26-wrapper .ytcv26-heading {
    font-size: 29px;
    max-width: 420px;
  }

  .ytcv26-wrapper .ytcv26-intro {
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.62;
  }

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

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

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

  .ytcv26-wrapper .ytcv26-card h3 {
    font-size: 16px;
  }

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

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

  .ytcv26-wrapper .ytcv26-container {
    padding: 0 12px !important;
  }

  .ytcv26-wrapper .ytcv26-heading {
    font-size: 25px;
    max-width: 340px;
  }

  .ytcv26-wrapper .ytcv26-intro {
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.55;
  }

  .ytcv26-wrapper .ytcv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 24px;
    gap: 10px;
  }

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

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

  .ytcv26-wrapper .ytcv26-card h3 {
    font-size: 14.5px;
  }

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

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

  .ytcv26-wrapper .ytcv26-container {
    padding: 0 10px !important;
  }

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

  .ytcv26-wrapper .ytcv26-intro {
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.5;
  }

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

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

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

  .ytcv26-wrapper .ytcv26-card h3 {
    font-size: 13.5px;
  }

  .ytcv26-wrapper .ytcv26-card p {
    margin-top: 7px;
    font-size: 11.5px;
    line-height: 1.38;
  }
}

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

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

.ytcv26-wrapper.ytcv26-js .ytcv26-card.ytcv26-visible:hover {
  transform: translateY(-7px);
}