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

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

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

.isv2026-wrapper .isv2026-section {
  width: 100% !important;
  position: relative;
}

.isv2026-wrapper .isv2026-section-white {
  background: #ffffff;
}

.isv2026-wrapper .isv2026-section-tint {
  background: linear-gradient(180deg, #f4fbf7 0%, #eef8f2 100%);
}

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

.isv2026-wrapper h2,
.isv2026-wrapper h3,
.isv2026-wrapper p {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.isv2026-wrapper h2 {
  color: #10201b;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
  margin-top: 0;
}

.isv2026-wrapper .isv2026-intro {
  color: #50625c;
  line-height: 1.7;
  margin-top: 0;
}

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

.isv2026-wrapper .isv2026-card {
  height: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center !important;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #d8e8df;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(30, 90, 67, 0.11);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
  position: relative;
  overflow: hidden;
}

.isv2026-wrapper .isv2026-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(43, 176, 117, 0.14), transparent 46%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.isv2026-wrapper .isv2026-card:hover {
  transform: translateY(-8px);
  border-color: rgba(30, 151, 102, 0.5);
  box-shadow: 0 24px 58px rgba(30, 90, 67, 0.17);
  background: #ffffff;
}

.isv2026-wrapper .isv2026-card:hover::before {
  opacity: 1;
}

.isv2026-wrapper .isv2026-card:hover .isv2026-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 14px 28px rgba(30, 151, 102, 0.24);
}

.isv2026-wrapper .isv2026-icon {
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #1e9766 0%, #41c497 100%);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(30, 151, 102, 0.2);
  transition: transform 260ms ease, box-shadow 260ms ease;
  position: relative;
  z-index: 1;
}

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

.isv2026-wrapper h3 {
  color: #12251f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.isv2026-wrapper .isv2026-card p {
  color: #52645e;
  line-height: 1.62;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.isv2026-wrapper .isv2026-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.isv2026-wrapper .isv2026-reveal.isv2026-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

@media (min-width: 1024px) {
  .isv2026-wrapper .isv2026-section {
    padding: 88px 0;
  }

  .isv2026-wrapper .isv2026-container {
    padding: 0 28px;
  }

  .isv2026-wrapper h2 {
    font-size: 42px;
    margin-bottom: 16px;
    white-space: nowrap;
  }

  .isv2026-wrapper .isv2026-intro {
    max-width: 760px;
    font-size: 18px;
    margin-bottom: 46px;
  }

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

  .isv2026-wrapper .isv2026-grid {
    gap: 26px;
  }

  .isv2026-wrapper .isv2026-card {
    min-height: 296px;
    padding: 36px 28px 32px;
  }

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

  .isv2026-wrapper .isv2026-i {
    font-size: 28px;
  }

  .isv2026-wrapper h3 {
    font-size: 21px;
    margin-top: 0;
  }

  .isv2026-wrapper .isv2026-card p {
    font-size: 15.5px;
    margin-top: 14px;
  }
}

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

  .isv2026-wrapper .isv2026-container {
    padding: 0 24px;
  }

  .isv2026-wrapper h2 {
    font-size: 34px;
    margin-bottom: 14px;
  }

  .isv2026-wrapper .isv2026-intro {
    max-width: 690px;
    font-size: 16.5px;
    margin-bottom: 36px;
  }

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

  .isv2026-wrapper .isv2026-card {
    min-height: 268px;
    padding: 30px 24px 28px;
    border-radius: 20px;
  }

  .isv2026-wrapper .isv2026-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .isv2026-wrapper .isv2026-i {
    font-size: 25px;
  }

  .isv2026-wrapper h3 {
    font-size: 20px;
    margin-top: 0;
  }

  .isv2026-wrapper .isv2026-card p {
    font-size: 15px;
    margin-top: 12px;
  }
}

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

  .isv2026-wrapper .isv2026-container {
    padding: 0 16px;
  }

  .isv2026-wrapper h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .isv2026-wrapper .isv2026-intro {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 26px;
  }

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

  .isv2026-wrapper .isv2026-card {
    min-height: 230px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }

  .isv2026-wrapper .isv2026-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
    border-radius: 15px;
  }

  .isv2026-wrapper .isv2026-i {
    font-size: 21px;
  }

  .isv2026-wrapper h3 {
    font-size: 17px;
    margin-top: 0;
  }

  .isv2026-wrapper .isv2026-card p {
    font-size: 13.5px;
    line-height: 1.48;
    margin-top: 10px;
  }
}

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

  .isv2026-wrapper .isv2026-container {
    padding: 0 12px;
  }

  .isv2026-wrapper h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .isv2026-wrapper .isv2026-intro {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 22px;
  }

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

  .isv2026-wrapper .isv2026-card {
    min-height: 220px;
    padding: 19px 11px 18px;
    border-radius: 15px;
  }

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

  .isv2026-wrapper .isv2026-i {
    font-size: 19px;
  }

  .isv2026-wrapper h3 {
    font-size: 15.5px;
    margin-top: 0;
  }

  .isv2026-wrapper .isv2026-card p {
    font-size: 12.7px;
    line-height: 1.43;
    margin-top: 9px;
  }
}

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

  .isv2026-wrapper .isv2026-container {
    padding: 0 10px;
  }

  .isv2026-wrapper h2 {
    font-size: 22px;
    margin-bottom: 9px;
  }

  .isv2026-wrapper .isv2026-intro {
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

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

  .isv2026-wrapper .isv2026-card {
    min-height: 214px;
    padding: 17px 9px 16px;
    border-radius: 14px;
  }

  .isv2026-wrapper .isv2026-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 13px;
  }

  .isv2026-wrapper .isv2026-i {
    font-size: 18px;
  }

  .isv2026-wrapper h3 {
    font-size: 14.5px;
    margin-top: 0;
  }

  .isv2026-wrapper .isv2026-card p {
    font-size: 12px;
    line-height: 1.38;
    margin-top: 8px;
  }
}