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

.spv26-wrapper,
.spv26-wrapper * {
  box-sizing: border-box;
  min-width: 0;
}

.spv26-wrapper {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #182019;
  font-family: Arial, Helvetica, sans-serif;
}

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

.spv26-section-white {
  background: #ffffff;
}

.spv26-section-tint {
  background: linear-gradient(180deg, #f8fff1 0%, #f2fbdf 100%);
}

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

.spv26-heading {
  margin: 0;
  text-align: center;
  color: #11170f;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.spv26-intro {
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
  color: #54604d;
  line-height: 1.7;
}

.spv26-grid {
  display: grid !important;
  align-items: stretch !important;
}

.spv26-card {
  position: relative;
  height: 100% !important;
  text-align: center;
  border: 1px solid #dce9c7;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 252, 0, 0.16), transparent 38%),
    #ffffff;
  box-shadow: 0 18px 45px rgba(44, 55, 25, 0.1);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
  background-size: 100% 140%;
  background-position: center top;
}

.spv26-card-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 252, 0, 0.22), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, #fbfff1 100%);
}

.spv26-card:hover {
  transform: translateY(-7px);
  border-color: #c5d900;
  box-shadow: 0 24px 58px rgba(77, 89, 18, 0.18);
  background-position: center bottom;
}

.spv26-icon {
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 999px;
  color: #11170f;
  background: linear-gradient(135deg, #fffc00 0%, #b7e600 52%, #00d1a7 100%);
  box-shadow: 0 12px 26px rgba(183, 214, 0, 0.28);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.spv26-card:hover .spv26-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 16px 34px rgba(0, 209, 167, 0.26);
}

.spv26-i {
  line-height: 1;
}

.spv26-card h3 {
  margin: 0;
  text-align: center;
  color: #172014;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.spv26-card p {
  margin: 0;
  text-align: center;
  color: #5c6654;
  line-height: 1.65;
}

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

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

.spv26-card.spv26-reveal.spv26-visible:hover {
  transform: translateY(-7px);
}

@media (min-width: 1024px) {
  .spv26-section {
    padding: 92px 0;
  }

  .spv26-container {
    padding: 0 28px;
  }

  .spv26-heading {
    font-size: 42px;
    white-space: nowrap;
  }

  .spv26-intro {
    padding-top: 18px;
    font-size: 17px;
  }

  .spv26-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 42px;
  }

  .spv26-card {
    min-height: 292px;
    padding: 34px 26px 30px;
  }

  .spv26-icon {
    width: 74px;
    height: 74px;
    font-size: 30px;
  }

  .spv26-card h3 {
    padding-top: 24px;
    font-size: 21px;
  }

  .spv26-card p {
    padding-top: 13px;
    font-size: 15px;
  }
}

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

  .spv26-container {
    padding: 0 24px;
  }

  .spv26-heading {
    font-size: 34px;
  }

  .spv26-intro {
    padding-top: 15px;
    font-size: 16px;
  }

  .spv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 34px;
  }

  .spv26-card {
    min-height: 266px;
    padding: 28px 22px 25px;
    border-radius: 20px;
  }

  .spv26-icon {
    width: 66px;
    height: 66px;
    font-size: 27px;
  }

  .spv26-card h3 {
    padding-top: 20px;
    font-size: 19px;
  }

  .spv26-card p {
    padding-top: 11px;
    font-size: 14px;
  }
}

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

  .spv26-container {
    padding: 0 16px;
  }

  .spv26-heading {
    font-size: 27px;
  }

  .spv26-intro {
    padding-top: 12px;
    font-size: 14px;
    line-height: 1.58;
  }

  .spv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
  }

  .spv26-card {
    min-height: 226px;
    padding: 20px 13px 18px;
    border-radius: 16px;
  }

  .spv26-icon {
    width: 52px;
    height: 52px;
    font-size: 22px;
  }

  .spv26-card h3 {
    padding-top: 15px;
    font-size: 16px;
  }

  .spv26-card p {
    padding-top: 8px;
    font-size: 12.5px;
    line-height: 1.48;
  }
}

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

  .spv26-container {
    padding: 0 12px;
  }

  .spv26-heading {
    font-size: 24px;
  }

  .spv26-intro {
    padding-top: 10px;
    font-size: 13.5px;
    line-height: 1.52;
  }

  .spv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 22px;
  }

  .spv26-card {
    min-height: 218px;
    padding: 17px 10px 15px;
    border-radius: 14px;
  }

  .spv26-icon {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .spv26-card h3 {
    padding-top: 13px;
    font-size: 15px;
  }

  .spv26-card p {
    padding-top: 7px;
    font-size: 12px;
    line-height: 1.44;
  }
}

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

  .spv26-container {
    padding: 0 10px;
  }

  .spv26-heading {
    font-size: 21px;
  }

  .spv26-intro {
    padding-top: 9px;
    font-size: 12.5px;
    line-height: 1.48;
  }

  .spv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 20px;
  }

  .spv26-card {
    min-height: 212px;
    padding: 15px 8px 14px;
    border-radius: 13px;
  }

  .spv26-icon {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  .spv26-card h3 {
    padding-top: 12px;
    font-size: 14px;
  }

  .spv26-card p {
    padding-top: 6px;
    font-size: 11.5px;
    line-height: 1.4;
  }
}

@media (max-width: 319px) {
  .spv26-grid {
    grid-template-columns: 1fr;
  }
}