@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-wrap,
.spv26-wrap * {
  box-sizing: border-box;
}

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

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

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

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

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

.spv26-heading,
.spv26-intro,
.spv26-card,
.spv26-card h3,
.spv26-card p {
  text-align: center !important;
}

.spv26-heading {
  margin: 0 auto;
  font-weight: 800;
  color: #12241d;
  line-height: 1.12;
  letter-spacing: 0;
}

.spv26-intro {
  margin-left: auto;
  margin-right: auto;
  color: #53645e;
  line-height: 1.65;
  max-width: 760px;
}

.spv26-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}

.spv26-card {
  position: relative;
  height: 100%;
  min-width: 0;
  background: linear-gradient(180deg, #ffffff 0%, #fbfffd 100%);
  border: 1px solid #dceee6;
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(22, 124, 83, 0.1);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.spv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(0, 198, 138, 0.13), transparent 45%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.spv26-card:hover {
  transform: translateY(-7px);
  border-color: rgba(0, 198, 138, 0.5);
  box-shadow: 0 24px 58px rgba(22, 124, 83, 0.18);
}

.spv26-card:hover::before {
  opacity: 1;
}

.spv26-icon {
  position: relative;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #00c68a 0%, #ffcf33 100%);
  box-shadow: 0 14px 30px rgba(0, 198, 138, 0.24);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.spv26-card:hover .spv26-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 38px rgba(255, 207, 51, 0.26);
}

.spv26-i {
  color: #ffffff;
  line-height: 1;
}

.spv26-card h3 {
  position: relative;
  margin: 0;
  font-weight: 800;
  color: #162820;
  line-height: 1.25;
  letter-spacing: 0;
}

.spv26-card p {
  position: relative;
  margin: 0 auto;
  color: #5a6a64;
  line-height: 1.6;
}

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

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

  .spv26-intro {
    margin-top: 18px;
    margin-bottom: 42px;
    font-size: 17px;
  }

  .spv26-grid {
    gap: 24px;
  }

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

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

  .spv26-card {
    min-height: 300px;
    padding: 36px 28px 30px;
  }

  .spv26-icon {
    width: 74px;
    height: 74px;
    margin-bottom: 28px;
  }

  .spv26-i {
    font-size: 31px;
  }

  .spv26-card h3 {
    font-size: 21px;
    margin-bottom: 14px;
  }

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

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

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

  .spv26-intro {
    margin-top: 16px;
    margin-bottom: 34px;
    font-size: 16px;
  }

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

  .spv26-card {
    min-height: 270px;
    padding: 32px 24px 26px;
  }

  .spv26-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 24px;
  }

  .spv26-i {
    font-size: 28px;
  }

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

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

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

  .spv26-heading {
    font-size: 28px;
    max-width: 520px;
  }

  .spv26-intro {
    margin-top: 12px;
    margin-bottom: 26px;
    font-size: 14.5px;
  }

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

  .spv26-card {
    min-height: 232px;
    padding: 24px 14px 20px;
    border-radius: 16px;
  }

  .spv26-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    border-radius: 15px;
  }

  .spv26-i {
    font-size: 23px;
  }

  .spv26-card h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .spv26-card p {
    font-size: 13px;
    line-height: 1.5;
  }
}

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

  .spv26-heading {
    font-size: 25px;
    max-width: 360px;
  }

  .spv26-intro {
    margin-top: 11px;
    margin-bottom: 22px;
    font-size: 13.5px;
    line-height: 1.55;
  }

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

  .spv26-card {
    min-height: 222px;
    padding: 21px 11px 18px;
    border-radius: 15px;
  }

  .spv26-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
    border-radius: 14px;
  }

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

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

  .spv26-card p {
    font-size: 12.5px;
    line-height: 1.45;
  }
}

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

  .spv26-heading {
    font-size: 22px;
    max-width: 300px;
  }

  .spv26-intro {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12.5px;
    line-height: 1.5;
  }

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

  .spv26-card {
    min-height: 214px;
    padding: 18px 9px 16px;
    border-radius: 14px;
  }

  .spv26-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
    border-radius: 13px;
  }

  .spv26-i {
    font-size: 19px;
  }

  .spv26-card h3 {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .spv26-card p {
    font-size: 12px;
    line-height: 1.42;
  }
}