@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.5.2/css/all.min.css");

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

.ytvv-wrap {
  --ytvv-primary: #ff1f2d;
  --ytvv-secondary: #0f172a;
  --ytvv-accent: #ffb703;
  --ytvv-soft: #fff6f3;
  --ytvv-text: #172033;
  --ytvv-muted: #657084;
  --ytvv-border: rgba(255, 31, 45, 0.16);
  --ytvv-shadow: rgba(255, 31, 45, 0.14);
  --ytvv-card-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.ytvv-wrap .ytvv-section {
  width: 100% !important;
  overflow: hidden;
}

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

.ytvv-wrap .ytvv-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 31, 45, 0.07), transparent 32%),
    linear-gradient(180deg, #fff8f5 0%, #fff4f1 100%);
}

.ytvv-wrap .ytvv-container {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  text-align: center;
}

.ytvv-wrap .ytvv-heading {
  margin: 0 auto;
  color: var(--ytvv-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}

.ytvv-wrap .ytvv-intro {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: var(--ytvv-muted);
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}

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

.ytvv-wrap .ytvv-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  justify-items: center;
  align-items: start;
  height: 100% !important;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    linear-gradient(135deg, rgba(255, 31, 45, 0.08), rgba(255, 183, 3, 0.08));
  border: 1px solid var(--ytvv-border);
  box-shadow: var(--ytvv-card-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 360ms ease;
  overflow: hidden;
}

.ytvv-wrap .ytvv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 31, 45, 0.08), transparent 40%, rgba(255, 183, 3, 0.1));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.ytvv-wrap .ytvv-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(255, 31, 45, 0.34);
  box-shadow: 0 24px 60px var(--ytvv-shadow);
}

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

.ytvv-wrap .ytvv-card:hover .ytvv-icon {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(255, 31, 45, 0.22);
}

.ytvv-wrap .ytvv-card:hover .ytvv-i {
  transform: translateX(2px) scale(1.05);
}

.ytvv-wrap .ytvv-icon {
  position: relative;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, var(--ytvv-primary), #d90917 48%, var(--ytvv-accent));
  box-shadow: 0 12px 28px rgba(255, 31, 45, 0.18);
  transition: transform 260ms ease, box-shadow 260ms ease;
  z-index: 1;
}

.ytvv-wrap .ytvv-i {
  display: inline-block;
  color: #ffffff;
  line-height: 1;
  transition: transform 260ms ease;
}

.ytvv-wrap .ytvv-card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ytvv-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.ytvv-wrap .ytvv-card-text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ytvv-muted);
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
}

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

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

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

  .ytvv-wrap .ytvv-container {
    padding: 0 28px;
  }

  .ytvv-wrap .ytvv-heading {
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }

  .ytvv-wrap .ytvv-intro {
    margin-top: 18px;
    margin-bottom: 42px;
    font-size: 17px;
  }

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

  .ytvv-wrap .ytvv-card {
    min-height: 296px;
    padding: 34px 28px 30px;
    border-radius: 24px;
  }

  .ytvv-wrap .ytvv-icon {
    width: 76px;
    height: 76px;
    border-radius: 22px;
    margin-bottom: 24px;
  }

  .ytvv-wrap .ytvv-i {
    font-size: 31px;
  }

  .ytvv-wrap .ytvv-card-title {
    font-size: 21px;
    margin-bottom: 13px;
  }

  .ytvv-wrap .ytvv-card-text {
    font-size: 15.5px;
  }
}

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

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

  .ytvv-wrap .ytvv-heading {
    font-size: 34px;
    max-width: 760px;
  }

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

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

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

  .ytvv-wrap .ytvv-icon {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    margin-bottom: 21px;
  }

  .ytvv-wrap .ytvv-i {
    font-size: 28px;
  }

  .ytvv-wrap .ytvv-card-title {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .ytvv-wrap .ytvv-card-text {
    font-size: 15px;
  }
}

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

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

  .ytvv-wrap .ytvv-heading {
    font-size: 28px;
    max-width: 520px;
  }

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

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

  .ytvv-wrap .ytvv-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }

  .ytvv-wrap .ytvv-icon {
    width: 56px;
    height: 56px;
    border-radius: 17px;
    margin-bottom: 17px;
  }

  .ytvv-wrap .ytvv-i {
    font-size: 23px;
  }

  .ytvv-wrap .ytvv-card-title {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .ytvv-wrap .ytvv-card-text {
    font-size: 13px;
    line-height: 1.52;
  }
}

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

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

  .ytvv-wrap .ytvv-heading {
    font-size: 25px;
    max-width: 360px;
  }

  .ytvv-wrap .ytvv-intro {
    margin-top: 12px;
    margin-bottom: 22px;
    font-size: 13.5px;
    line-height: 1.55;
  }

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

  .ytvv-wrap .ytvv-card {
    min-height: 222px;
    padding: 20px 11px 18px;
    border-radius: 16px;
  }

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

  .ytvv-wrap .ytvv-i {
    font-size: 21px;
  }

  .ytvv-wrap .ytvv-card-title {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .ytvv-wrap .ytvv-card-text {
    font-size: 12.5px;
    line-height: 1.48;
  }
}

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

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

  .ytvv-wrap .ytvv-heading {
    font-size: 22px;
    max-width: 300px;
  }

  .ytvv-wrap .ytvv-intro {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12.5px;
    line-height: 1.48;
  }

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

  .ytvv-wrap .ytvv-card {
    min-height: 214px;
    padding: 18px 9px 16px;
    border-radius: 14px;
  }

  .ytvv-wrap .ytvv-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 13px;
  }

  .ytvv-wrap .ytvv-i {
    font-size: 19px;
  }

  .ytvv-wrap .ytvv-card-title {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .ytvv-wrap .ytvv-card-text {
    font-size: 11.8px;
    line-height: 1.43;
  }
}

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

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

  .ytvv-wrap .ytvv-heading {
    font-size: 21px;
  }

  .ytvv-wrap .ytvv-intro {
    margin-top: 10px;
    margin-bottom: 18px;
    font-size: 12.5px;
  }

  .ytvv-wrap .ytvv-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ytvv-wrap .ytvv-card {
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 14px;
  }

  .ytvv-wrap .ytvv-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 13px;
  }

  .ytvv-wrap .ytvv-i {
    font-size: 19px;
  }

  .ytvv-wrap .ytvv-card-title {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .ytvv-wrap .ytvv-card-text {
    font-size: 12px;
  }
}