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

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

.ytev-483-wrap {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #1f2933;
  font-family: inherit;
}

.ytev-483-section {
  width: 100% !important;
}

.ytev-483-section-one,
.ytev-483-section-three {
  background: #ffffff;
}

.ytev-483-section-two {
  background: linear-gradient(180deg, #fff7f4 0%, #fffdfb 100%);
}

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

.ytev-483-h2,
.ytev-483-intro,
.ytev-483-title,
.ytev-483-text {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.ytev-483-h2 {
  color: #171717;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
}

.ytev-483-intro {
  color: #5f6673;
  line-height: 1.65;
  max-width: 760px;
  margin-top: 0;
}

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

.ytev-483-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  text-align: center !important;
  background: #ffffff;
  border: 1px solid #f0d8d3;
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(203, 48, 34, 0.09);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

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

.ytev-483-card-tint {
  background: rgba(255, 255, 255, 0.82);
}

.ytev-483-icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #ff0000 0%, #c81f11 48%, #111827 100%);
  box-shadow: 0 14px 28px rgba(203, 48, 34, 0.2);
  transition: transform 260ms ease, box-shadow 260ms ease, background-position 260ms ease;
  background-size: 160% 160%;
}

.ytev-483-i {
  display: block;
  line-height: 1;
  text-align: center;
}

.ytev-483-title {
  position: relative;
  z-index: 1;
  color: #20242c;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.ytev-483-text {
  position: relative;
  z-index: 1;
  color: #626a76;
  line-height: 1.58;
  margin-bottom: 0;
}

.ytev-483-card:hover {
  transform: translateY(-7px) scale(1.012);
  border-color: #ffb5aa;
  box-shadow: 0 26px 58px rgba(203, 48, 34, 0.16);
}

.ytev-483-card:hover::before {
  opacity: 1;
}

.ytev-483-card:hover .ytev-483-icon {
  transform: translateY(-4px);
  background-position: 100% 0;
  box-shadow: 0 18px 34px rgba(203, 48, 34, 0.28);
}

.ytev-483-reveal {
  opacity: 0;
  transform: translateY(18px);
}

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

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

  .ytev-483-container {
    padding: 0 28px;
  }

  .ytev-483-h2 {
    font-size: 42px;
    margin-bottom: 16px;
  }

  .ytev-483-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

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

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

  .ytev-483-grid {
    gap: 24px;
  }

  .ytev-483-card {
    min-height: 300px;
    padding: 34px 28px;
  }

  .ytev-483-icon {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    margin-bottom: 24px;
  }

  .ytev-483-i {
    font-size: 29px;
  }

  .ytev-483-title {
    font-size: 20px;
    margin: 0 0 13px;
  }

  .ytev-483-text {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ytev-483-section {
    padding: 68px 0;
  }

  .ytev-483-container {
    padding: 0 24px;
  }

  .ytev-483-h2 {
    font-size: 34px;
    margin-bottom: 14px;
  }

  .ytev-483-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

  .ytev-483-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px;
  }

  .ytev-483-card {
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 16px;
  }

  .ytev-483-icon {
    width: 62px;
    height: 62px;
    border-radius: 16px;
    margin-bottom: 21px;
  }

  .ytev-483-i {
    font-size: 25px;
  }

  .ytev-483-title {
    font-size: 18px;
    margin: 0 0 11px;
  }

  .ytev-483-text {
    font-size: 14px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ytev-483-section {
    padding: 50px 0;
  }

  .ytev-483-container {
    padding: 0 16px;
  }

  .ytev-483-h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .ytev-483-intro {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 24px;
  }

  .ytev-483-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
  }

  .ytev-483-card {
    min-height: 238px;
    padding: 22px 14px;
    border-radius: 14px;
  }

  .ytev-483-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    margin-bottom: 16px;
  }

  .ytev-483-i {
    font-size: 21px;
  }

  .ytev-483-title {
    font-size: 15px;
    margin: 0 0 9px;
  }

  .ytev-483-text {
    font-size: 12.5px;
    line-height: 1.48;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ytev-483-section {
    padding: 44px 0;
  }

  .ytev-483-container {
    padding: 0 12px;
  }

  .ytev-483-h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

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

  .ytev-483-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
  }

  .ytev-483-card {
    min-height: 226px;
    padding: 18px 11px;
    border-radius: 13px;
  }

  .ytev-483-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    margin-bottom: 14px;
  }

  .ytev-483-i {
    font-size: 19px;
  }

  .ytev-483-title {
    font-size: 14px;
    margin: 0 0 8px;
  }

  .ytev-483-text {
    font-size: 12px;
    line-height: 1.45;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ytev-483-section {
    padding: 38px 0;
  }

  .ytev-483-container {
    padding: 0 10px;
  }

  .ytev-483-h2 {
    font-size: 22px;
    line-height: 1.16;
    margin-bottom: 9px;
  }

  .ytev-483-intro {
    font-size: 12.5px;
    line-height: 1.45;
    margin-bottom: 18px;
  }

  .ytev-483-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }

  .ytev-483-card {
    min-height: 218px;
    padding: 16px 9px;
    border-radius: 12px;
  }

  .ytev-483-icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    margin-bottom: 12px;
  }

  .ytev-483-i {
    font-size: 17px;
  }

  .ytev-483-title {
    font-size: 13px;
    margin: 0 0 7px;
  }

  .ytev-483-text {
    font-size: 11.5px;
    line-height: 1.42;
  }
}