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

.schv-snap-highlight-viewer,
.schv-snap-highlight-viewer * {
  box-sizing: border-box;
  min-width: 0;
}

.schv-snap-highlight-viewer {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17201a;
  font-family: Arial, Helvetica, sans-serif;
}

.schv-snap-highlight-viewer .schv-section {
  width: 100% !important;
}

.schv-snap-highlight-viewer .schv-section-one,
.schv-snap-highlight-viewer .schv-section-three {
  background: #ffffff;
}

.schv-snap-highlight-viewer .schv-section-two {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 252, 0, 0.18), transparent 34%),
    linear-gradient(180deg, #fffdf0 0%, #f8fbf4 100%);
}

.schv-snap-highlight-viewer .schv-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.schv-snap-highlight-viewer .schv-heading,
.schv-snap-highlight-viewer .schv-intro,
.schv-snap-highlight-viewer .schv-card-title,
.schv-snap-highlight-viewer .schv-card-text {
  text-align: center !important;
}

.schv-snap-highlight-viewer .schv-heading {
  margin: 0 auto;
  color: #12170f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.schv-snap-highlight-viewer .schv-intro {
  margin: 14px auto 0;
  max-width: 760px;
  color: #52614d;
  line-height: 1.68;
  font-weight: 500;
}

.schv-snap-highlight-viewer .schv-grid {
  display: grid !important;
  align-items: stretch !important;
}

.schv-snap-highlight-viewer .schv-card {
  position: relative;
  display: block;
  height: 100% !important;
  overflow: hidden;
  text-align: center !important;
  border: 1px solid rgba(39, 54, 31, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 50% 0%, rgba(255, 252, 0, 0.16), transparent 44%);
  box-shadow: 0 18px 44px rgba(35, 47, 27, 0.09);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}

.schv-snap-highlight-viewer .schv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 252, 0, 0.16), rgba(0, 193, 112, 0.08), transparent 58%);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}

.schv-snap-highlight-viewer .schv-card:hover {
  transform: translateY(-7px);
  border-color: rgba(0, 193, 112, 0.36);
  box-shadow: 0 24px 58px rgba(35, 47, 27, 0.15);
}

.schv-snap-highlight-viewer .schv-card:hover::before {
  opacity: 1;
}

.schv-snap-highlight-viewer .schv-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #12170f;
  text-align: center !important;
  background: linear-gradient(135deg, #fffc00 0%, #00c170 100%);
  box-shadow: 0 14px 34px rgba(0, 193, 112, 0.22);
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.schv-snap-highlight-viewer .schv-card:hover .schv-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 42px rgba(255, 214, 0, 0.26);
}

.schv-snap-highlight-viewer .schv-i {
  display: block;
  line-height: 1;
  text-align: center !important;
}

.schv-snap-highlight-viewer .schv-card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #17201a;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}

.schv-snap-highlight-viewer .schv-card-text {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #5d6958;
  line-height: 1.62;
  font-weight: 500;
}

.schv-snap-highlight-viewer .schv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.schv-snap-highlight-viewer .schv-reveal.schv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease;
}

@media (min-width: 1024px) {
  .schv-snap-highlight-viewer .schv-section {
    padding: 92px 0;
  }

  .schv-snap-highlight-viewer .schv-container {
    padding: 0 28px;
  }

  .schv-snap-highlight-viewer .schv-heading {
    font-size: 42px;
    white-space: nowrap;
  }

  .schv-snap-highlight-viewer .schv-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

  .schv-snap-highlight-viewer .schv-grid-six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .schv-snap-highlight-viewer .schv-card {
    min-height: 292px;
    padding: 34px 28px 30px;
    border-radius: 22px;
  }

  .schv-snap-highlight-viewer .schv-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
    border-radius: 21px;
    font-size: 29px;
  }

  .schv-snap-highlight-viewer .schv-card-title {
    font-size: 21px;
    margin-bottom: 13px;
  }

  .schv-snap-highlight-viewer .schv-card-text {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .schv-snap-highlight-viewer .schv-section {
    padding: 74px 0;
  }

  .schv-snap-highlight-viewer .schv-container {
    padding: 0 24px;
  }

  .schv-snap-highlight-viewer .schv-heading {
    font-size: 34px;
  }

  .schv-snap-highlight-viewer .schv-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

  .schv-snap-highlight-viewer .schv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .schv-snap-highlight-viewer .schv-card {
    min-height: 266px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }

  .schv-snap-highlight-viewer .schv-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 21px;
    border-radius: 19px;
    font-size: 26px;
  }

  .schv-snap-highlight-viewer .schv-card-title {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .schv-snap-highlight-viewer .schv-card-text {
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .schv-snap-highlight-viewer .schv-section {
    padding: 56px 0;
  }

  .schv-snap-highlight-viewer .schv-container {
    padding: 0 16px;
  }

  .schv-snap-highlight-viewer .schv-heading {
    font-size: 27px;
    max-width: 360px;
  }

  .schv-snap-highlight-viewer .schv-intro {
    font-size: 14.5px;
    line-height: 1.58;
    margin-bottom: 26px;
  }

  .schv-snap-highlight-viewer .schv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .schv-snap-highlight-viewer .schv-card {
    min-height: 232px;
    padding: 22px 15px 19px;
    border-radius: 17px;
  }

  .schv-snap-highlight-viewer .schv-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 17px;
    border-radius: 16px;
    font-size: 22px;
  }

  .schv-snap-highlight-viewer .schv-card-title {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .schv-snap-highlight-viewer .schv-card-text {
    font-size: 13px;
    line-height: 1.48;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .schv-snap-highlight-viewer .schv-section {
    padding: 48px 0;
  }

  .schv-snap-highlight-viewer .schv-container {
    padding: 0 13px;
  }

  .schv-snap-highlight-viewer .schv-heading {
    font-size: 24px;
    max-width: 315px;
  }

  .schv-snap-highlight-viewer .schv-intro {
    font-size: 13.5px;
    line-height: 1.54;
    margin-bottom: 22px;
  }

  .schv-snap-highlight-viewer .schv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .schv-snap-highlight-viewer .schv-card {
    min-height: 224px;
    padding: 19px 12px 17px;
    border-radius: 15px;
  }

  .schv-snap-highlight-viewer .schv-icon {
    width: 49px;
    height: 49px;
    margin-bottom: 14px;
    border-radius: 14px;
    font-size: 20px;
  }

  .schv-snap-highlight-viewer .schv-card-title {
    font-size: 14.5px;
    margin-bottom: 8px;
  }

  .schv-snap-highlight-viewer .schv-card-text {
    font-size: 12.3px;
    line-height: 1.43;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .schv-snap-highlight-viewer .schv-section {
    padding: 42px 0;
  }

  .schv-snap-highlight-viewer .schv-container {
    padding: 0 10px;
  }

  .schv-snap-highlight-viewer .schv-heading {
    font-size: 22px;
    max-width: 285px;
  }

  .schv-snap-highlight-viewer .schv-intro {
    font-size: 12.8px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .schv-snap-highlight-viewer .schv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .schv-snap-highlight-viewer .schv-card {
    min-height: 216px;
    padding: 17px 9px 15px;
    border-radius: 14px;
  }

  .schv-snap-highlight-viewer .schv-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 13px;
    border-radius: 13px;
    font-size: 18px;
  }

  .schv-snap-highlight-viewer .schv-card-title {
    font-size: 13.5px;
    margin-bottom: 7px;
  }

  .schv-snap-highlight-viewer .schv-card-text {
    font-size: 11.6px;
    line-height: 1.4;
  }
}

@media (max-width: 319px) {
  .schv-snap-highlight-viewer .schv-grid {
    grid-template-columns: 1fr;
  }
}