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

.snap-highlight-viewer-wrap,
.snap-highlight-viewer-wrap * {
  box-sizing: border-box;
}

.snap-highlight-viewer-wrap {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #1d1c14;
  font-family: inherit;
  --schv-primary: #ffd400;
  --schv-secondary: #ff7a1a;
  --schv-accent: #00b894;
  --schv-soft: #fff9dc;
  --schv-text: #1d1c14;
  --schv-muted: #625f4f;
  --schv-border: rgba(255, 212, 0, 0.34);
  --schv-shadow: rgba(33, 29, 5, 0.12);
  --schv-shadow-hover: rgba(255, 122, 26, 0.22);
}

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

.snap-highlight-viewer-wrap .schv-section-white {
  background: #ffffff;
}

.snap-highlight-viewer-wrap .schv-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 212, 0, 0.2), transparent 34%),
    linear-gradient(180deg, #fffdf2 0%, #fff7d4 100%);
}

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

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

.snap-highlight-viewer-wrap .schv-heading {
  margin: 0 auto;
  color: var(--schv-text);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.snap-highlight-viewer-wrap .schv-intro {
  margin: 14px auto 0;
  max-width: 760px;
  color: var(--schv-muted);
  line-height: 1.65;
  font-weight: 500;
}

.snap-highlight-viewer-wrap .schv-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}

.snap-highlight-viewer-wrap .schv-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at 50% 0%, rgba(255, 212, 0, 0.22), transparent 42%);
  border: 1px solid var(--schv-border);
  box-shadow: 0 18px 44px var(--schv-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.snap-highlight-viewer-wrap .schv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(135deg, rgba(255, 212, 0, 0.2), rgba(0, 184, 148, 0.12), rgba(255, 122, 26, 0.16));
  transition: opacity 260ms ease;
}

.snap-highlight-viewer-wrap .schv-card:hover {
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(255, 122, 26, 0.5);
  box-shadow: 0 26px 60px var(--schv-shadow-hover);
}

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

.snap-highlight-viewer-wrap .schv-icon {
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #1a1705;
  background: linear-gradient(135deg, var(--schv-primary), var(--schv-secondary));
  box-shadow: 0 14px 30px rgba(255, 212, 0, 0.3);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.snap-highlight-viewer-wrap .schv-card:hover .schv-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(255, 122, 26, 0.34);
}

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

.snap-highlight-viewer-wrap .schv-card-title {
  margin: 0;
  color: var(--schv-text);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.snap-highlight-viewer-wrap .schv-card-text {
  margin: 0 auto;
  color: var(--schv-muted);
  line-height: 1.58;
  font-weight: 500;
}

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

.snap-highlight-viewer-wrap.schv-js-enabled .schv-reveal.schv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

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

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

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

  .snap-highlight-viewer-wrap .schv-intro {
    font-size: 17px;
  }

  .snap-highlight-viewer-wrap .schv-grid {
    gap: 24px;
    margin-top: 42px;
  }

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

  .snap-highlight-viewer-wrap .schv-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .snap-highlight-viewer-wrap .schv-card {
    min-height: 292px;
    padding: 34px 26px;
    border-radius: 24px;
  }

  .snap-highlight-viewer-wrap .schv-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    margin-bottom: 24px;
    font-size: 28px;
  }

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

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

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

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

  .snap-highlight-viewer-wrap .schv-heading {
    font-size: 34px;
    max-width: 760px;
  }

  .snap-highlight-viewer-wrap .schv-intro {
    font-size: 16px;
  }

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

  .snap-highlight-viewer-wrap .schv-card {
    min-height: 266px;
    padding: 30px 22px;
    border-radius: 22px;
  }

  .snap-highlight-viewer-wrap .schv-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    margin-bottom: 20px;
    font-size: 25px;
  }

  .snap-highlight-viewer-wrap .schv-card-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

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

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

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

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

  .snap-highlight-viewer-wrap .schv-intro {
    font-size: 14.5px;
    line-height: 1.55;
  }

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

  .snap-highlight-viewer-wrap .schv-card {
    min-height: 232px;
    padding: 22px 14px;
    border-radius: 18px;
  }

  .snap-highlight-viewer-wrap .schv-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    margin-bottom: 16px;
    font-size: 21px;
  }

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

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

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

  .snap-highlight-viewer-wrap .schv-container {
    padding: 0 12px !important;
  }

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

  .snap-highlight-viewer-wrap .schv-intro {
    font-size: 13.5px;
    line-height: 1.5;
  }

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

  .snap-highlight-viewer-wrap .schv-card {
    min-height: 222px;
    padding: 19px 11px;
    border-radius: 16px;
  }

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

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

  .snap-highlight-viewer-wrap .schv-card-text {
    font-size: 12.4px;
    line-height: 1.44;
  }
}

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

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

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

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

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

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

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

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

  .snap-highlight-viewer-wrap .schv-card-text {
    font-size: 11.8px;
    line-height: 1.42;
  }
}