@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-snapchat-highlight-viewer,
.schv-snapchat-highlight-viewer * {
  box-sizing: border-box !important;
}

.schv-snapchat-highlight-viewer {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  font-family: inherit;
  color: #17211b;
  background: #ffffff;
}

.schv-snapchat-highlight-viewer .schv-section {
  width: 100% !important;
  overflow: hidden !important;
}

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

.schv-snapchat-highlight-viewer .schv-section-two {
  background: linear-gradient(180deg, #fffde8 0%, #f7fff4 100%) !important;
}

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

.schv-snapchat-highlight-viewer h2,
.schv-snapchat-highlight-viewer h3,
.schv-snapchat-highlight-viewer p {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.schv-snapchat-highlight-viewer h2 {
  color: #111812;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
}

.schv-snapchat-highlight-viewer .schv-intro {
  color: #536155;
  line-height: 1.65;
  margin-top: 0;
}

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

.schv-snapchat-highlight-viewer .schv-card {
  position: relative;
  height: 100% !important;
  min-width: 0 !important;
  display: grid !important;
  justify-items: center !important;
  align-content: start !important;
  text-align: center !important;
  background: linear-gradient(180deg, #ffffff 0%, #fffef5 100%);
  border: 1px solid rgba(219, 204, 41, 0.32);
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(74, 72, 18, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
  overflow: hidden;
}

.schv-snapchat-highlight-viewer .schv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 252, 0, 0.2), transparent 46%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.schv-snapchat-highlight-viewer .schv-card:hover {
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(57, 197, 91, 0.48);
  box-shadow: 0 24px 58px rgba(69, 91, 22, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #fbfff0 100%);
}

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

.schv-snapchat-highlight-viewer .schv-icon {
  display: grid !important;
  place-items: center !important;
  border-radius: 50%;
  background: linear-gradient(135deg, #fffc00 0%, #42d96b 100%);
  color: #111812;
  box-shadow: 0 12px 28px rgba(255, 252, 0, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease;
  position: relative;
  z-index: 1;
}

.schv-snapchat-highlight-viewer .schv-card:hover .schv-icon {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(66, 217, 107, 0.24);
}

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

.schv-snapchat-highlight-viewer .schv-card h3 {
  position: relative;
  z-index: 1;
  color: #17211b;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
  margin-bottom: 0;
}

.schv-snapchat-highlight-viewer .schv-card p {
  position: relative;
  z-index: 1;
  color: #5c685d;
  line-height: 1.58;
  margin-bottom: 0;
}

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

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

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

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

  .schv-snapchat-highlight-viewer h2 {
    font-size: 44px;
    margin-bottom: 16px;
    white-space: nowrap;
  }

  .schv-snapchat-highlight-viewer .schv-intro {
    max-width: 760px;
    font-size: 18px;
    margin-bottom: 42px;
  }

  .schv-snapchat-highlight-viewer .schv-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .schv-snapchat-highlight-viewer .schv-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .schv-snapchat-highlight-viewer .schv-grid {
    gap: 24px !important;
  }

  .schv-snapchat-highlight-viewer .schv-card {
    min-height: 292px !important;
    padding: 34px 26px !important;
  }

  .schv-snapchat-highlight-viewer .schv-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 22px;
  }

  .schv-snapchat-highlight-viewer .schv-i {
    font-size: 30px;
  }

  .schv-snapchat-highlight-viewer .schv-card h3 {
    font-size: 21px;
    margin-top: 0;
  }

  .schv-snapchat-highlight-viewer .schv-card p {
    font-size: 15.5px;
    margin-top: 14px;
  }
}

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

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

  .schv-snapchat-highlight-viewer h2 {
    font-size: 36px;
    margin-bottom: 14px;
  }

  .schv-snapchat-highlight-viewer .schv-intro {
    max-width: 680px;
    font-size: 16.5px;
    margin-bottom: 34px;
  }

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

  .schv-snapchat-highlight-viewer .schv-card {
    min-height: 268px !important;
    padding: 30px 22px !important;
    border-radius: 18px;
  }

  .schv-snapchat-highlight-viewer .schv-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 20px;
  }

  .schv-snapchat-highlight-viewer .schv-i {
    font-size: 27px;
  }

  .schv-snapchat-highlight-viewer .schv-card h3 {
    font-size: 20px;
    margin-top: 0;
  }

  .schv-snapchat-highlight-viewer .schv-card p {
    font-size: 15px;
    margin-top: 12px;
  }
}

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

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

  .schv-snapchat-highlight-viewer h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .schv-snapchat-highlight-viewer .schv-intro {
    max-width: 560px;
    font-size: 14.5px;
    margin-bottom: 26px;
  }

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

  .schv-snapchat-highlight-viewer .schv-card {
    min-height: 232px !important;
    padding: 22px 14px !important;
    border-radius: 16px;
  }

  .schv-snapchat-highlight-viewer .schv-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 15px;
  }

  .schv-snapchat-highlight-viewer .schv-i {
    font-size: 22px;
  }

  .schv-snapchat-highlight-viewer .schv-card h3 {
    font-size: 16.5px;
    margin-top: 0;
  }

  .schv-snapchat-highlight-viewer .schv-card p {
    font-size: 13.2px;
    margin-top: 10px;
  }
}

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

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

  .schv-snapchat-highlight-viewer h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

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

  .schv-snapchat-highlight-viewer .schv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 11px !important;
  }

  .schv-snapchat-highlight-viewer .schv-card {
    min-height: 220px !important;
    padding: 18px 10px !important;
    border-radius: 14px;
  }

  .schv-snapchat-highlight-viewer .schv-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 13px;
  }

  .schv-snapchat-highlight-viewer .schv-i {
    font-size: 20px;
  }

  .schv-snapchat-highlight-viewer .schv-card h3 {
    font-size: 15px;
    margin-top: 0;
  }

  .schv-snapchat-highlight-viewer .schv-card p {
    font-size: 12.4px;
    line-height: 1.48;
    margin-top: 8px;
  }
}

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

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

  .schv-snapchat-highlight-viewer h2 {
    font-size: 22px;
    margin-bottom: 9px;
  }

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

  .schv-snapchat-highlight-viewer .schv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }

  .schv-snapchat-highlight-viewer .schv-card {
    min-height: 212px !important;
    padding: 16px 8px !important;
    border-radius: 13px;
  }

  .schv-snapchat-highlight-viewer .schv-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 11px;
  }

  .schv-snapchat-highlight-viewer .schv-i {
    font-size: 18px;
  }

  .schv-snapchat-highlight-viewer .schv-card h3 {
    font-size: 14px;
    margin-top: 0;
  }

  .schv-snapchat-highlight-viewer .schv-card p {
    font-size: 11.7px;
    line-height: 1.45;
    margin-top: 7px;
  }
}

@media (max-width: 319px) {
  .schv-snapchat-highlight-viewer .schv-section {
    padding: 38px 0 !important;
  }

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

  .schv-snapchat-highlight-viewer h2 {
    font-size: 21px;
  }

  .schv-snapchat-highlight-viewer .schv-intro {
    font-size: 12.5px;
    margin-bottom: 18px;
  }

  .schv-snapchat-highlight-viewer .schv-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .schv-snapchat-highlight-viewer .schv-card {
    min-height: 210px !important;
    padding: 18px 12px !important;
  }

  .schv-snapchat-highlight-viewer .schv-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 11px;
  }

  .schv-snapchat-highlight-viewer .schv-i {
    font-size: 18px;
  }

  .schv-snapchat-highlight-viewer .schv-card h3 {
    font-size: 15px;
  }

  .schv-snapchat-highlight-viewer .schv-card p {
    font-size: 12px;
    margin-top: 8px;
  }
}