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

.sv26-snapchat-viewer,
.sv26-snapchat-viewer * {
  box-sizing: border-box;
}

.sv26-snapchat-viewer {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17211f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.sv26-snapchat-viewer .sv26-section-white {
  background: #ffffff;
}

.sv26-snapchat-viewer .sv26-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 252, 0, 0.22), transparent 36%),
    linear-gradient(180deg, #fffdf0 0%, #f7fbf4 100%);
}

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

.sv26-snapchat-viewer .sv26-heading,
.sv26-snapchat-viewer .sv26-intro,
.sv26-snapchat-viewer .sv26-card-title,
.sv26-snapchat-viewer .sv26-card-text {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.sv26-snapchat-viewer .sv26-heading {
  margin-top: 0;
  color: #101715;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.sv26-snapchat-viewer .sv26-intro {
  color: #58645f;
  line-height: 1.72;
  max-width: 760px;
  margin-top: 0;
  text-wrap: pretty;
}

.sv26-snapchat-viewer .sv26-grid {
  display: grid !important;
  align-items: stretch !important;
  min-width: 0;
}

.sv26-snapchat-viewer .sv26-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 50% -12%, rgba(255, 252, 0, 0.28), transparent 44%);
  border: 1px solid #dde8dc;
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(31, 44, 38, 0.09);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 320ms ease;
  background-size: 100% 100%, 130% 130%;
  background-position: center, 50% 0%;
}

.sv26-snapchat-viewer .sv26-card::after {
  content: "";
  position: absolute;
  inset: auto 18% 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #fffc00, #19d3a2, #ff4f79);
  opacity: 0;
  transform: translateY(4px) scaleX(0.7);
  transition: opacity 260ms ease, transform 260ms ease;
}

.sv26-snapchat-viewer .sv26-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 207, 0, 0.8);
  box-shadow: 0 24px 62px rgba(26, 34, 31, 0.15), 0 0 0 4px rgba(255, 252, 0, 0.13);
  background-position: center, 50% 18%;
}

.sv26-snapchat-viewer .sv26-card:hover::after {
  opacity: 1;
  transform: translateY(0) scaleX(1);
}

.sv26-snapchat-viewer .sv26-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  color: #101715;
  background:
    linear-gradient(135deg, rgba(255, 252, 0, 0.98), rgba(25, 211, 162, 0.92)),
    linear-gradient(180deg, #ffffff, #f6f8ef);
  box-shadow: 0 14px 28px rgba(255, 207, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.62);
  transition: transform 260ms ease, box-shadow 260ms ease, filter 260ms ease;
}

.sv26-snapchat-viewer .sv26-card:hover .sv26-icon {
  transform: translateY(-3px) scale(1.04);
  filter: saturate(1.08);
  box-shadow: 0 18px 34px rgba(25, 211, 162, 0.22), 0 0 0 5px rgba(255, 252, 0, 0.16);
}

.sv26-snapchat-viewer .sv26-i {
  display: block;
  line-height: 1;
  text-align: center !important;
}

.sv26-snapchat-viewer .sv26-card-title {
  color: #111a17;
  font-weight: 800;
  line-height: 1.22;
  margin-bottom: 0;
  letter-spacing: 0;
}

.sv26-snapchat-viewer .sv26-card-text {
  color: #5d6964;
  line-height: 1.62;
  margin-bottom: 0;
}

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

.sv26-snapchat-viewer.sv26-js .sv26-reveal.sv26-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 320ms ease;
}

@media (min-width: 1024px) {
  .sv26-snapchat-viewer .sv26-section {
    padding: 94px 0;
  }

  .sv26-snapchat-viewer .sv26-container {
    padding: 0 28px;
  }

  .sv26-snapchat-viewer .sv26-heading {
    font-size: 46px;
    white-space: nowrap;
    margin-bottom: 18px;
  }

  .sv26-snapchat-viewer .sv26-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

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

  .sv26-snapchat-viewer .sv26-grid {
    gap: 26px;
  }

  .sv26-snapchat-viewer .sv26-card {
    min-height: 296px;
    padding: 34px 28px 32px;
  }

  .sv26-snapchat-viewer .sv26-icon {
    width: 74px;
    height: 74px;
    margin-bottom: 24px;
  }

  .sv26-snapchat-viewer .sv26-i {
    font-size: 31px;
  }

  .sv26-snapchat-viewer .sv26-card-title {
    font-size: 21px;
    margin-top: 0;
  }

  .sv26-snapchat-viewer .sv26-card-text {
    font-size: 15.5px;
    margin-top: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .sv26-snapchat-viewer .sv26-section {
    padding: 76px 0;
  }

  .sv26-snapchat-viewer .sv26-container {
    padding: 0 24px;
  }

  .sv26-snapchat-viewer .sv26-heading {
    font-size: 38px;
    margin-bottom: 16px;
  }

  .sv26-snapchat-viewer .sv26-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

  .sv26-snapchat-viewer .sv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .sv26-snapchat-viewer .sv26-card {
    min-height: 270px;
    padding: 30px 24px 28px;
    border-radius: 22px;
  }

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

  .sv26-snapchat-viewer .sv26-i {
    font-size: 28px;
  }

  .sv26-snapchat-viewer .sv26-card-title {
    font-size: 19px;
    margin-top: 0;
  }

  .sv26-snapchat-viewer .sv26-card-text {
    font-size: 15px;
    margin-top: 12px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .sv26-snapchat-viewer .sv26-section {
    padding: 58px 0;
  }

  .sv26-snapchat-viewer .sv26-container {
    padding: 0 16px;
  }

  .sv26-snapchat-viewer .sv26-heading {
    font-size: 30px;
    margin-bottom: 13px;
  }

  .sv26-snapchat-viewer .sv26-intro {
    font-size: 14.5px;
    line-height: 1.58;
    margin-bottom: 24px;
  }

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

  .sv26-snapchat-viewer .sv26-card {
    min-height: 230px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }

  .sv26-snapchat-viewer .sv26-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 16px;
  }

  .sv26-snapchat-viewer .sv26-i {
    font-size: 23px;
  }

  .sv26-snapchat-viewer .sv26-card-title {
    font-size: 16px;
    margin-top: 0;
  }

  .sv26-snapchat-viewer .sv26-card-text {
    font-size: 13px;
    line-height: 1.48;
    margin-top: 10px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .sv26-snapchat-viewer .sv26-section {
    padding: 50px 0;
  }

  .sv26-snapchat-viewer .sv26-container {
    padding: 0 12px;
  }

  .sv26-snapchat-viewer .sv26-heading {
    font-size: 27px;
    line-height: 1.12;
    margin-bottom: 12px;
  }

  .sv26-snapchat-viewer .sv26-intro {
    font-size: 13.5px;
    line-height: 1.52;
    margin-bottom: 20px;
  }

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

  .sv26-snapchat-viewer .sv26-card {
    min-height: 224px;
    padding: 19px 11px 18px;
    border-radius: 16px;
  }

  .sv26-snapchat-viewer .sv26-icon {
    width: 49px;
    height: 49px;
    margin-bottom: 14px;
    border-radius: 14px;
  }

  .sv26-snapchat-viewer .sv26-i {
    font-size: 21px;
  }

  .sv26-snapchat-viewer .sv26-card-title {
    font-size: 14.5px;
    line-height: 1.22;
    margin-top: 0;
  }

  .sv26-snapchat-viewer .sv26-card-text {
    font-size: 12px;
    line-height: 1.42;
    margin-top: 9px;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .sv26-snapchat-viewer .sv26-section {
    padding: 44px 0;
  }

  .sv26-snapchat-viewer .sv26-container {
    padding: 0 10px;
  }

  .sv26-snapchat-viewer .sv26-heading {
    font-size: 24px;
    line-height: 1.12;
    margin-bottom: 10px;
  }

  .sv26-snapchat-viewer .sv26-intro {
    font-size: 12.5px;
    line-height: 1.48;
    margin-bottom: 18px;
  }

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

  .sv26-snapchat-viewer .sv26-card {
    min-height: 216px;
    padding: 16px 9px 15px;
    border-radius: 14px;
  }

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

  .sv26-snapchat-viewer .sv26-i {
    font-size: 19px;
  }

  .sv26-snapchat-viewer .sv26-card-title {
    font-size: 13.5px;
    line-height: 1.2;
    margin-top: 0;
  }

  .sv26-snapchat-viewer .sv26-card-text {
    font-size: 11.25px;
    line-height: 1.38;
    margin-top: 8px;
  }
}