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

.scwv-snap-viewer {
  --scwv-primary: #ffcb05;
  --scwv-secondary: #00c2a8;
  --scwv-accent: #ff5a7a;
  --scwv-ink: #17140b;
  --scwv-muted: #625f54;
  --scwv-tint: #fffbea;
  --scwv-border: rgba(23, 20, 11, 0.1);
  --scwv-shadow: rgba(255, 203, 5, 0.2);
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  background: #ffffff;
  color: var(--scwv-ink);
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

.scwv-snap-viewer *,
.scwv-snap-viewer *::before,
.scwv-snap-viewer *::after {
  box-sizing: border-box;
  min-width: 0;
}

.scwv-snap-viewer .scwv-section {
  width: 100% !important;
  overflow: hidden;
}

.scwv-snap-viewer .scwv-section-white {
  background: #ffffff;
}

.scwv-snap-viewer .scwv-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 203, 5, 0.18), transparent 34%),
    linear-gradient(180deg, #fffdf2 0%, #f7fffb 100%);
}

.scwv-snap-viewer .scwv-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding-left: 24px;
  padding-right: 24px;
}

.scwv-snap-viewer .scwv-title {
  margin: 0 auto;
  max-width: 980px;
  color: var(--scwv-ink);
  text-align: center;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.scwv-snap-viewer .scwv-intro {
  margin: 16px auto 0;
  max-width: 760px;
  color: var(--scwv-muted);
  text-align: center;
  font-weight: 500;
  line-height: 1.7;
}

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

.scwv-snap-viewer .scwv-card {
  position: relative;
  display: block;
  height: 100% !important;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    linear-gradient(135deg, rgba(255, 203, 5, 0.12), rgba(0, 194, 168, 0.08));
  border: 1px solid var(--scwv-border);
  box-shadow: 0 18px 44px rgba(23, 20, 11, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
}

.scwv-snap-viewer .scwv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 203, 5, 0.14), rgba(255, 90, 122, 0.08), rgba(0, 194, 168, 0.12));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.scwv-snap-viewer .scwv-card:hover {
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(255, 203, 5, 0.46);
  box-shadow: 0 26px 58px var(--scwv-shadow);
}

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

.scwv-snap-viewer .scwv-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: var(--scwv-ink);
  background:
    linear-gradient(135deg, rgba(255, 203, 5, 0.95), rgba(255, 230, 100, 0.88) 48%, rgba(0, 194, 168, 0.82));
  box-shadow: 0 14px 30px rgba(255, 203, 5, 0.28);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.scwv-snap-viewer .scwv-card:hover .scwv-icon {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(255, 90, 122, 0.18), 0 12px 28px rgba(255, 203, 5, 0.28);
}

.scwv-snap-viewer .scwv-i {
  display: block;
  line-height: 1;
  text-align: center;
}

.scwv-snap-viewer .scwv-card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--scwv-ink);
  text-align: center;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.scwv-snap-viewer .scwv-card-text {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: var(--scwv-muted);
  text-align: center;
  font-weight: 500;
  line-height: 1.62;
}

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

.scwv-snap-viewer .scwv-card.scwv-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .scwv-snap-viewer .scwv-section {
    padding: 86px 0;
  }

  .scwv-snap-viewer .scwv-title {
    font-size: 44px;
    white-space: nowrap;
  }

  .scwv-snap-viewer .scwv-intro {
    font-size: 17px;
    margin-bottom: 38px;
  }

  .scwv-snap-viewer .scwv-grid {
    gap: 24px;
  }

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

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

  .scwv-snap-viewer .scwv-card {
    min-height: 292px;
    padding: 34px 26px 30px;
    border-radius: 22px;
  }

  .scwv-snap-viewer .scwv-icon {
    width: 74px;
    height: 74px;
    margin-bottom: 24px;
    border-radius: 20px;
  }

  .scwv-snap-viewer .scwv-i {
    font-size: 31px;
  }

  .scwv-snap-viewer .scwv-card-title {
    font-size: 20px;
    margin-bottom: 12px;
  }

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

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

  .scwv-snap-viewer .scwv-container {
    padding-left: 22px;
    padding-right: 22px;
  }

  .scwv-snap-viewer .scwv-title {
    font-size: 36px;
  }

  .scwv-snap-viewer .scwv-intro {
    font-size: 16px;
    margin-bottom: 32px;
  }

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

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

  .scwv-snap-viewer .scwv-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 20px;
    border-radius: 18px;
  }

  .scwv-snap-viewer .scwv-i {
    font-size: 28px;
  }

  .scwv-snap-viewer .scwv-card-title {
    font-size: 19px;
    margin-bottom: 10px;
  }

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

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

  .scwv-snap-viewer .scwv-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .scwv-snap-viewer .scwv-title {
    font-size: 29px;
    line-height: 1.16;
  }

  .scwv-snap-viewer .scwv-intro {
    font-size: 14px;
    line-height: 1.58;
    margin-top: 12px;
    margin-bottom: 24px;
  }

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

  .scwv-snap-viewer .scwv-card {
    min-height: 226px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }

  .scwv-snap-viewer .scwv-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 15px;
  }

  .scwv-snap-viewer .scwv-i {
    font-size: 23px;
  }

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

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

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

  .scwv-snap-viewer .scwv-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .scwv-snap-viewer .scwv-title {
    font-size: 26px;
    line-height: 1.18;
  }

  .scwv-snap-viewer .scwv-intro {
    font-size: 13.5px;
    line-height: 1.52;
    margin-top: 10px;
    margin-bottom: 20px;
  }

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

  .scwv-snap-viewer .scwv-card {
    min-height: 220px;
    padding: 19px 11px 18px;
    border-radius: 15px;
  }

  .scwv-snap-viewer .scwv-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 14px;
  }

  .scwv-snap-viewer .scwv-i {
    font-size: 21px;
  }

  .scwv-snap-viewer .scwv-card-title {
    font-size: 15px;
    margin-bottom: 8px;
  }

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

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

  .scwv-snap-viewer .scwv-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .scwv-snap-viewer .scwv-title {
    font-size: 23px;
    line-height: 1.18;
  }

  .scwv-snap-viewer .scwv-intro {
    font-size: 12.8px;
    line-height: 1.48;
    margin-top: 9px;
    margin-bottom: 18px;
  }

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

  .scwv-snap-viewer .scwv-card {
    min-height: 214px;
    padding: 17px 9px 16px;
    border-radius: 14px;
  }

  .scwv-snap-viewer .scwv-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 13px;
  }

  .scwv-snap-viewer .scwv-i {
    font-size: 19px;
  }

  .scwv-snap-viewer .scwv-card-title {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .scwv-snap-viewer .scwv-card-text {
    font-size: 11.8px;
    line-height: 1.4;
  }
}

@media (max-width: 319px) {
  .scwv-snap-viewer .scwv-section {
    padding: 36px 0;
  }

  .scwv-snap-viewer .scwv-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .scwv-snap-viewer .scwv-title {
    font-size: 22px;
  }

  .scwv-snap-viewer .scwv-intro {
    font-size: 12.5px;
    margin-bottom: 18px;
  }

  .scwv-snap-viewer .scwv-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .scwv-snap-viewer .scwv-card {
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 14px;
  }

  .scwv-snap-viewer .scwv-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 13px;
  }

  .scwv-snap-viewer .scwv-i {
    font-size: 19px;
  }

  .scwv-snap-viewer .scwv-card-title {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .scwv-snap-viewer .scwv-card-text {
    font-size: 12px;
  }
}