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

.dsv-snapdesk-wrap,
.dsv-snapdesk-wrap * {
  box-sizing: border-box;
  min-width: 0;
}

.dsv-snapdesk-wrap {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #1b1b1f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.dsv-snapdesk-section {
  width: 100% !important;
}

.dsv-snapdesk-section-white {
  background: #ffffff;
}

.dsv-snapdesk-section-tint {
  background: linear-gradient(180deg, #fffbea 0%, #f7fff4 100%);
}

.dsv-snapdesk-container {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
}

.dsv-snapdesk-wrap h2,
.dsv-snapdesk-wrap h3,
.dsv-snapdesk-wrap p {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.dsv-snapdesk-wrap h2 {
  color: #171717;
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: 0;
}

.dsv-snapdesk-intro {
  color: #56585f;
  line-height: 1.65;
  font-weight: 450;
}

.dsv-snapdesk-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}

.dsv-snapdesk-card {
  position: relative;
  isolation: isolate;
  height: 100% !important;
  display: grid;
  justify-items: center;
  align-content: start;
  background: linear-gradient(180deg, #ffffff 0%, #fffef8 100%);
  border: 1px solid #ece6c9;
  box-shadow: 0 18px 44px rgba(126, 111, 26, 0.11);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 360ms ease;
}

.dsv-snapdesk-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 50% 0%, rgba(255, 252, 0, 0.22), transparent 48%);
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 260ms ease, transform 260ms ease;
}

.dsv-snapdesk-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 205, 36, 0.9);
  box-shadow: 0 24px 58px rgba(126, 111, 26, 0.18);
}

.dsv-snapdesk-card:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.dsv-snapdesk-card:hover .dsv-snapdesk-icon {
  transform: translateY(-4px) scale(1.035);
  box-shadow: 0 18px 34px rgba(255, 205, 36, 0.24);
}

.dsv-snapdesk-card:hover .dsv-snapdesk-i {
  transform: translateY(-1px);
}

.dsv-snapdesk-card-tint {
  background: linear-gradient(180deg, #ffffff 0%, #fbfff7 100%);
}

.dsv-snapdesk-icon {
  display: grid;
  place-items: center;
  color: #191900;
  background: linear-gradient(135deg, #fffc00 0%, #c8ff4d 100%);
  border: 1px solid rgba(31, 31, 0, 0.08);
  box-shadow: 0 14px 28px rgba(255, 205, 36, 0.18);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.dsv-snapdesk-i {
  display: inline-block;
  line-height: 1;
  transition: transform 260ms ease;
}

.dsv-snapdesk-card h3 {
  color: #1b1b1f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.dsv-snapdesk-card p {
  color: #62646d;
  line-height: 1.58;
  font-weight: 450;
}

.dsv-snapdesk-card.dsv-snapdesk-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.dsv-snapdesk-card.dsv-snapdesk-reveal.dsv-snapdesk-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .dsv-snapdesk-section {
    padding: 86px 0;
  }

  .dsv-snapdesk-container {
    padding: 0 28px;
  }

  .dsv-snapdesk-wrap h2 {
    font-size: 42px;
    max-width: 820px;
    white-space: nowrap;
    margin-bottom: 16px;
  }

  .dsv-snapdesk-intro {
    max-width: 760px;
    font-size: 17px;
    margin-bottom: 42px;
  }

  .dsv-snapdesk-grid {
    gap: 24px;
  }

  .dsv-snapdesk-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dsv-snapdesk-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .dsv-snapdesk-card {
    min-height: 300px;
    padding: 34px 26px 30px;
    border-radius: 22px;
  }

  .dsv-snapdesk-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    margin-bottom: 24px;
    font-size: 28px;
  }

  .dsv-snapdesk-card h3 {
    font-size: 20px;
    margin-bottom: 13px;
  }

  .dsv-snapdesk-card p {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .dsv-snapdesk-section {
    padding: 70px 0;
  }

  .dsv-snapdesk-container {
    padding: 0 24px;
  }

  .dsv-snapdesk-wrap h2 {
    font-size: 34px;
    max-width: 700px;
    margin-bottom: 14px;
  }

  .dsv-snapdesk-intro {
    max-width: 680px;
    font-size: 16px;
    margin-bottom: 34px;
  }

  .dsv-snapdesk-grid,
  .dsv-snapdesk-grid-3,
  .dsv-snapdesk-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .dsv-snapdesk-card {
    min-height: 270px;
    padding: 30px 22px 26px;
    border-radius: 20px;
  }

  .dsv-snapdesk-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    margin-bottom: 21px;
    font-size: 25px;
  }

  .dsv-snapdesk-card h3 {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .dsv-snapdesk-card p {
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .dsv-snapdesk-section {
    padding: 54px 0;
  }

  .dsv-snapdesk-container {
    padding: 0 16px;
  }

  .dsv-snapdesk-wrap h2 {
    font-size: 27px;
    max-width: 360px;
    margin-bottom: 12px;
  }

  .dsv-snapdesk-intro {
    max-width: 410px;
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 24px;
  }

  .dsv-snapdesk-grid,
  .dsv-snapdesk-grid-3,
  .dsv-snapdesk-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .dsv-snapdesk-card {
    min-height: 232px;
    padding: 22px 14px 19px;
    border-radius: 16px;
  }

  .dsv-snapdesk-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    margin-bottom: 16px;
    font-size: 21px;
  }

  .dsv-snapdesk-card h3 {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .dsv-snapdesk-card p {
    font-size: 13px;
    line-height: 1.48;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .dsv-snapdesk-section {
    padding: 48px 0;
  }

  .dsv-snapdesk-container {
    padding: 0 13px;
  }

  .dsv-snapdesk-wrap h2 {
    font-size: 24px;
    max-width: 330px;
    margin-bottom: 10px;
  }

  .dsv-snapdesk-intro {
    max-width: 350px;
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .dsv-snapdesk-grid,
  .dsv-snapdesk-grid-3,
  .dsv-snapdesk-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .dsv-snapdesk-card {
    min-height: 224px;
    padding: 20px 11px 17px;
    border-radius: 15px;
  }

  .dsv-snapdesk-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 14px;
    font-size: 19px;
  }

  .dsv-snapdesk-card h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .dsv-snapdesk-card p {
    font-size: 12.5px;
    line-height: 1.43;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .dsv-snapdesk-section {
    padding: 42px 0;
  }

  .dsv-snapdesk-container {
    padding: 0 10px;
  }

  .dsv-snapdesk-wrap h2 {
    font-size: 22px;
    max-width: 300px;
    margin-bottom: 9px;
  }

  .dsv-snapdesk-intro {
    max-width: 300px;
    font-size: 12.8px;
    line-height: 1.45;
    margin-bottom: 18px;
  }

  .dsv-snapdesk-grid,
  .dsv-snapdesk-grid-3,
  .dsv-snapdesk-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .dsv-snapdesk-card {
    min-height: 218px;
    padding: 18px 9px 15px;
    border-radius: 14px;
  }

  .dsv-snapdesk-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 12px;
    font-size: 18px;
  }

  .dsv-snapdesk-card h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .dsv-snapdesk-card p {
    font-size: 12px;
    line-height: 1.38;
  }
}

@media (max-width: 319px) {
  .dsv-snapdesk-grid,
  .dsv-snapdesk-grid-3,
  .dsv-snapdesk-grid-4 {
    grid-template-columns: 1fr;
  }
}