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

.snapview-post-viewer-wrap,
.snapview-post-viewer-wrap * {
  box-sizing: border-box;
  min-width: 0;
}

.snapview-post-viewer-wrap {
  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: #152022;
  background: #ffffff;
}

.snapview-post-viewer-wrap .snapview-section {
  width: 100% !important;
}

.snapview-post-viewer-wrap .snapview-section-white {
  background: #ffffff;
}

.snapview-post-viewer-wrap .snapview-section-tint {
  background: linear-gradient(180deg, #fffdf0 0%, #f7fbf7 100%);
}

.snapview-post-viewer-wrap .snapview-container {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
}

.snapview-post-viewer-wrap h2,
.snapview-post-viewer-wrap h3,
.snapview-post-viewer-wrap p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.snapview-post-viewer-wrap h2 {
  color: #121a1b;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
}

.snapview-post-viewer-wrap .snapview-intro {
  color: #526164;
  line-height: 1.65;
  max-width: 760px;
  margin-top: 0;
}

.snapview-post-viewer-wrap .snapview-grid {
  display: grid !important;
  align-items: stretch !important;
}

.snapview-post-viewer-wrap .snapview-card {
  position: relative;
  height: 100% !important;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fffef7 100%);
  border: 1px solid #e5ead7;
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(30, 44, 32, 0.08);
  overflow: hidden;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}

.snapview-post-viewer-wrap .snapview-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 252, 0, 0.18), transparent 46%);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}

.snapview-post-viewer-wrap .snapview-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 214, 10, 0.72);
  box-shadow: 0 24px 60px rgba(18, 31, 23, 0.14);
  background: linear-gradient(180deg, #ffffff 0%, #fffde8 100%);
}

.snapview-post-viewer-wrap .snapview-card:hover::before {
  opacity: 1;
}

.snapview-post-viewer-wrap .snapview-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #fffc00 0%, #00d084 100%);
  box-shadow: 0 14px 32px rgba(0, 173, 112, 0.18);
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.snapview-post-viewer-wrap .snapview-card:hover .snapview-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 42px rgba(255, 214, 10, 0.28);
}

.snapview-post-viewer-wrap .snapview-i {
  color: #10221b;
  line-height: 1;
  text-align: center;
}

.snapview-post-viewer-wrap h3 {
  position: relative;
  z-index: 1;
  color: #142021;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
  margin-bottom: 0;
}

.snapview-post-viewer-wrap .snapview-card p {
  position: relative;
  z-index: 1;
  color: #5a686b;
  line-height: 1.58;
  margin-bottom: 0;
}

.snapview-post-viewer-wrap .snapview-card.snapview-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.snapview-post-viewer-wrap .snapview-card.snapview-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .snapview-post-viewer-wrap .snapview-section {
    padding: 92px 24px;
  }

  .snapview-post-viewer-wrap h2 {
    font-size: 42px;
    margin-bottom: 16px;
    white-space: nowrap;
  }

  .snapview-post-viewer-wrap .snapview-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

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

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

  .snapview-post-viewer-wrap .snapview-grid {
    gap: 24px;
  }

  .snapview-post-viewer-wrap .snapview-card {
    min-height: 300px;
    padding: 34px 26px 30px;
  }

  .snapview-post-viewer-wrap .snapview-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
  }

  .snapview-post-viewer-wrap .snapview-i {
    font-size: 28px;
  }

  .snapview-post-viewer-wrap h3 {
    font-size: 20px;
    margin-top: 0;
  }

  .snapview-post-viewer-wrap .snapview-card p {
    font-size: 15px;
    margin-top: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .snapview-post-viewer-wrap .snapview-section {
    padding: 76px 22px;
  }

  .snapview-post-viewer-wrap h2 {
    font-size: 34px;
    margin-bottom: 14px;
  }

  .snapview-post-viewer-wrap .snapview-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

  .snapview-post-viewer-wrap .snapview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .snapview-post-viewer-wrap .snapview-card {
    min-height: 270px;
    padding: 30px 22px 26px;
    border-radius: 20px;
  }

  .snapview-post-viewer-wrap .snapview-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 21px;
    border-radius: 18px;
  }

  .snapview-post-viewer-wrap .snapview-i {
    font-size: 25px;
  }

  .snapview-post-viewer-wrap h3 {
    font-size: 19px;
  }

  .snapview-post-viewer-wrap .snapview-card p {
    font-size: 14.5px;
    margin-top: 12px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .snapview-post-viewer-wrap .snapview-section {
    padding: 58px 16px;
  }

  .snapview-post-viewer-wrap h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .snapview-post-viewer-wrap .snapview-intro {
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 26px;
  }

  .snapview-post-viewer-wrap .snapview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .snapview-post-viewer-wrap .snapview-card {
    min-height: 238px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }

  .snapview-post-viewer-wrap .snapview-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 15px;
  }

  .snapview-post-viewer-wrap .snapview-i {
    font-size: 21px;
  }

  .snapview-post-viewer-wrap h3 {
    font-size: 16px;
  }

  .snapview-post-viewer-wrap .snapview-card p {
    font-size: 13px;
    line-height: 1.48;
    margin-top: 10px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .snapview-post-viewer-wrap .snapview-section {
    padding: 50px 12px;
  }

  .snapview-post-viewer-wrap h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .snapview-post-viewer-wrap .snapview-intro {
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 22px;
  }

  .snapview-post-viewer-wrap .snapview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .snapview-post-viewer-wrap .snapview-card {
    min-height: 226px;
    padding: 19px 11px 18px;
    border-radius: 15px;
  }

  .snapview-post-viewer-wrap .snapview-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 14px;
  }

  .snapview-post-viewer-wrap .snapview-i {
    font-size: 19px;
  }

  .snapview-post-viewer-wrap h3 {
    font-size: 15px;
  }

  .snapview-post-viewer-wrap .snapview-card p {
    font-size: 12.5px;
    line-height: 1.45;
    margin-top: 9px;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .snapview-post-viewer-wrap .snapview-section {
    padding: 44px 10px;
  }

  .snapview-post-viewer-wrap h2 {
    font-size: 22px;
    margin-bottom: 9px;
  }

  .snapview-post-viewer-wrap .snapview-intro {
    font-size: 12.8px;
    line-height: 1.48;
    margin-bottom: 20px;
  }

  .snapview-post-viewer-wrap .snapview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .snapview-post-viewer-wrap .snapview-card {
    min-height: 214px;
    padding: 17px 9px 16px;
    border-radius: 14px;
  }

  .snapview-post-viewer-wrap .snapview-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 13px;
  }

  .snapview-post-viewer-wrap .snapview-i {
    font-size: 18px;
  }

  .snapview-post-viewer-wrap h3 {
    font-size: 14px;
  }

  .snapview-post-viewer-wrap .snapview-card p {
    font-size: 12px;
    line-height: 1.42;
    margin-top: 8px;
  }
}