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

.ytarv-root,
.ytarv-root * {
  box-sizing: border-box;
}

.ytarv-root {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1d2228;
  background: #ffffff;
}

.ytarv-root .ytarv-section {
  width: 100% !important;
  max-width: 100% !important;
}

.ytarv-root .ytarv-section-one,
.ytarv-root .ytarv-section-three {
  background: #ffffff;
}

.ytarv-root .ytarv-section-two {
  background: linear-gradient(180deg, #fff7f5 0%, #f8fbfb 100%);
}

.ytarv-root .ytarv-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}

.ytarv-root .ytarv-title,
.ytarv-root .ytarv-intro,
.ytarv-root .ytarv-card-title,
.ytarv-root .ytarv-card-text {
  text-align: center !important;
}

.ytarv-root .ytarv-title {
  margin: 0 auto;
  color: #171b21;
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: 0;
}

.ytarv-root .ytarv-intro {
  margin: 14px auto 0;
  max-width: 760px;
  color: #58616d;
  line-height: 1.7;
  font-weight: 450;
}

.ytarv-root .ytarv-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}

.ytarv-root .ytarv-card {
  position: relative;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center !important;
  border: 1px solid #f0c9c4;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.08), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #fffefe 100%);
  box-shadow: 0 18px 42px rgba(156, 27, 35, 0.09);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
}

.ytarv-root .ytarv-card::after {
  content: "";
  position: absolute;
  inset: auto 18% 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #ff0033, #c7a047, #212326);
  transform: translateY(3px);
  opacity: 0;
  transition: transform 260ms ease, opacity 260ms ease;
}

.ytarv-root .ytarv-card:hover {
  transform: translateY(-7px);
  border-color: #e73743;
  box-shadow: 0 24px 54px rgba(156, 27, 35, 0.15);
}

.ytarv-root .ytarv-card:hover::after {
  transform: translateY(0);
  opacity: 1;
}

.ytarv-root .ytarv-icon {
  display: grid;
  place-items: center;
  margin: 0 auto;
  text-align: center !important;
  color: #ffffff;
  background: linear-gradient(135deg, #ff0033 0%, #a51d2d 54%, #25272d 100%);
  box-shadow: 0 14px 30px rgba(255, 0, 51, 0.2);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.ytarv-root .ytarv-card:hover .ytarv-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 34px rgba(255, 0, 51, 0.26);
}

.ytarv-root .ytarv-i {
  display: block;
  line-height: 1;
  text-align: center !important;
}

.ytarv-root .ytarv-card-title {
  margin: 0;
  color: #20242a;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}

.ytarv-root .ytarv-card-text {
  margin: 0 auto;
  color: #606a75;
  line-height: 1.6;
  font-weight: 430;
}

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

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

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

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

  .ytarv-root .ytarv-container {
    padding: 0 28px;
  }

  .ytarv-root .ytarv-title {
    font-size: 40px;
    white-space: nowrap;
  }

  .ytarv-root .ytarv-intro {
    font-size: 17px;
  }

  .ytarv-root .ytarv-grid {
    margin-top: 42px;
    gap: 26px;
  }

  .ytarv-root .ytarv-grid-three,
  .ytarv-root .ytarv-grid-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ytarv-root .ytarv-card {
    min-height: 294px;
    padding: 34px 30px;
    border-radius: 22px;
  }

  .ytarv-root .ytarv-icon {
    width: 66px;
    height: 66px;
    border-radius: 20px;
    font-size: 27px;
  }

  .ytarv-root .ytarv-card-title {
    margin-top: 24px;
    font-size: 21px;
  }

  .ytarv-root .ytarv-card-text {
    margin-top: 13px;
    font-size: 15.5px;
  }
}

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

  .ytarv-root .ytarv-container {
    padding: 0 24px;
  }

  .ytarv-root .ytarv-title {
    font-size: 34px;
  }

  .ytarv-root .ytarv-intro {
    font-size: 16px;
  }

  .ytarv-root .ytarv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
    gap: 22px;
  }

  .ytarv-root .ytarv-card {
    min-height: 266px;
    padding: 30px 24px;
    border-radius: 20px;
  }

  .ytarv-root .ytarv-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    font-size: 24px;
  }

  .ytarv-root .ytarv-card-title {
    margin-top: 20px;
    font-size: 19px;
  }

  .ytarv-root .ytarv-card-text {
    margin-top: 11px;
    font-size: 15px;
  }
}

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

  .ytarv-root .ytarv-container {
    padding: 0 16px;
  }

  .ytarv-root .ytarv-title {
    font-size: 27px;
  }

  .ytarv-root .ytarv-intro {
    max-width: 590px;
    font-size: 14.5px;
  }

  .ytarv-root .ytarv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
    gap: 14px;
  }

  .ytarv-root .ytarv-card {
    min-height: 232px;
    padding: 22px 14px;
    border-radius: 16px;
  }

  .ytarv-root .ytarv-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    font-size: 20px;
  }

  .ytarv-root .ytarv-card-title {
    margin-top: 16px;
    font-size: 16.5px;
  }

  .ytarv-root .ytarv-card-text {
    margin-top: 9px;
    font-size: 13.5px;
    line-height: 1.48;
  }
}

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

  .ytarv-root .ytarv-container {
    padding: 0 12px;
  }

  .ytarv-root .ytarv-title {
    font-size: 24px;
  }

  .ytarv-root .ytarv-intro {
    font-size: 13.5px;
    line-height: 1.58;
  }

  .ytarv-root .ytarv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
    gap: 12px;
  }

  .ytarv-root .ytarv-card {
    min-height: 222px;
    padding: 20px 11px;
    border-radius: 14px;
  }

  .ytarv-root .ytarv-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    font-size: 18px;
  }

  .ytarv-root .ytarv-card-title {
    margin-top: 14px;
    font-size: 15px;
  }

  .ytarv-root .ytarv-card-text {
    margin-top: 8px;
    font-size: 12.8px;
    line-height: 1.44;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ytarv-root .ytarv-section {
    padding: 42px 0;
  }

  .ytarv-root .ytarv-container {
    padding: 0 10px;
  }

  .ytarv-root .ytarv-title {
    font-size: 22px;
  }

  .ytarv-root .ytarv-intro {
    font-size: 13px;
    line-height: 1.52;
  }

  .ytarv-root .ytarv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
    gap: 10px;
  }

  .ytarv-root .ytarv-card {
    min-height: 214px;
    padding: 18px 9px;
    border-radius: 13px;
  }

  .ytarv-root .ytarv-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    font-size: 17px;
  }

  .ytarv-root .ytarv-card-title {
    margin-top: 13px;
    font-size: 14px;
  }

  .ytarv-root .ytarv-card-text {
    margin-top: 7px;
    font-size: 12.2px;
    line-height: 1.4;
  }
}

@media (max-width: 319px) {
  .ytarv-root .ytarv-section {
    padding: 38px 0;
  }

  .ytarv-root .ytarv-container {
    padding: 0 10px;
  }

  .ytarv-root .ytarv-title {
    font-size: 21px;
  }

  .ytarv-root .ytarv-intro {
    font-size: 13px;
  }

  .ytarv-root .ytarv-grid {
    grid-template-columns: 1fr;
    margin-top: 18px;
    gap: 10px;
  }

  .ytarv-root .ytarv-card {
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 13px;
  }

  .ytarv-root .ytarv-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    font-size: 17px;
  }

  .ytarv-root .ytarv-card-title {
    margin-top: 13px;
    font-size: 14px;
  }

  .ytarv-root .ytarv-card-text {
    margin-top: 7px;
    font-size: 12.2px;
  }
}