@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.5.2/css/all.min.css");

.figv-2026,
.figv-2026 * {
  box-sizing: border-box;
}

.figv-2026 {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #18201c;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.figv-2026 .figv-section {
  width: 100% !important;
  max-width: 100% !important;
}

.figv-2026 .figv-section-white {
  background: #ffffff;
}

.figv-2026 .figv-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(20, 184, 166, 0.13), transparent 34%),
    linear-gradient(180deg, #f3fbf8 0%, #f8faf7 100%);
}

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

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

.figv-2026 h2 {
  margin-top: 0;
  color: #10201b;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.figv-2026 .figv-intro {
  color: #5b6762;
  line-height: 1.7;
  margin-top: 14px;
  margin-bottom: 0;
  max-width: 760px;
}

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

.figv-2026 .figv-card {
  position: relative;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(25, 145, 124, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 255, 253, 0.94));
  box-shadow: 0 18px 48px rgba(15, 118, 110, 0.10);
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease,
    background-position 420ms ease;
  background-size: 100% 150%;
  text-align: center !important;
}

.figv-2026 .figv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.10), rgba(244, 114, 182, 0.08));
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}

.figv-2026 .figv-card:hover {
  transform: translateY(-7px);
  border-color: rgba(15, 118, 110, 0.38);
  box-shadow: 0 24px 64px rgba(15, 118, 110, 0.18);
  background-position: 0 100%;
}

.figv-2026 .figv-card:hover::before {
  opacity: 1;
}

.figv-2026 .figv-card:hover .figv-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 16px 34px rgba(15, 118, 110, 0.22);
}

.figv-2026 .figv-card:hover .figv-i {
  transform: translateY(-1px);
}

.figv-2026 .figv-icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #0f766e 0%, #14b8a6 48%, #f472b6 100%);
  box-shadow: 0 14px 28px rgba(15, 118, 110, 0.18);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.figv-2026 .figv-i {
  display: inline-block;
  line-height: 1;
  transition: transform 280ms ease;
}

.figv-2026 .figv-card h3 {
  position: relative;
  z-index: 1;
  color: #13231f;
  font-weight: 780;
  line-height: 1.24;
  letter-spacing: 0;
  margin-bottom: 0;
}

.figv-2026 .figv-card p {
  position: relative;
  z-index: 1;
  color: #64726c;
  line-height: 1.62;
  margin-bottom: 0;
}

.figv-2026 .figv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.figv-2026 .figv-reveal.figv-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .figv-2026 .figv-section {
    padding: 92px 24px;
  }

  .figv-2026 h2 {
    font-size: 42px;
    white-space: nowrap;
  }

  .figv-2026 .figv-intro {
    font-size: 17px;
  }

  .figv-2026 .figv-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 46px;
  }

  .figv-2026 .figv-card {
    min-height: 300px;
    padding: 36px 28px 32px;
    border-radius: 22px;
  }

  .figv-2026 .figv-icon {
    width: 74px;
    height: 74px;
    border-radius: 21px;
    font-size: 30px;
  }

  .figv-2026 .figv-card h3 {
    margin-top: 26px;
    font-size: 21px;
  }

  .figv-2026 .figv-card p {
    margin-top: 14px;
    font-size: 15.5px;
  }
}

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

  .figv-2026 h2 {
    font-size: 36px;
  }

  .figv-2026 .figv-intro {
    font-size: 16px;
  }

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

  .figv-2026 .figv-card {
    min-height: 270px;
    padding: 31px 24px 28px;
    border-radius: 20px;
  }

  .figv-2026 .figv-icon {
    width: 66px;
    height: 66px;
    border-radius: 19px;
    font-size: 27px;
  }

  .figv-2026 .figv-card h3 {
    margin-top: 22px;
    font-size: 20px;
  }

  .figv-2026 .figv-card p {
    margin-top: 12px;
    font-size: 15px;
  }
}

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

  .figv-2026 h2 {
    font-size: 30px;
  }

  .figv-2026 .figv-intro {
    font-size: 14.5px;
    line-height: 1.58;
  }

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

  .figv-2026 .figv-card {
    min-height: 232px;
    padding: 23px 14px 21px;
    border-radius: 17px;
  }

  .figv-2026 .figv-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    font-size: 22px;
  }

  .figv-2026 .figv-card h3 {
    margin-top: 18px;
    font-size: 17px;
  }

  .figv-2026 .figv-card p {
    margin-top: 10px;
    font-size: 13.3px;
    line-height: 1.48;
  }
}

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

  .figv-2026 h2 {
    font-size: 27px;
  }

  .figv-2026 .figv-intro {
    font-size: 13.8px;
    line-height: 1.52;
  }

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

  .figv-2026 .figv-card {
    min-height: 224px;
    padding: 20px 11px 18px;
    border-radius: 15px;
  }

  .figv-2026 .figv-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 20px;
  }

  .figv-2026 .figv-card h3 {
    margin-top: 16px;
    font-size: 15.8px;
  }

  .figv-2026 .figv-card p {
    margin-top: 9px;
    font-size: 12.5px;
    line-height: 1.42;
  }
}

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

  .figv-2026 h2 {
    font-size: 24px;
  }

  .figv-2026 .figv-intro {
    font-size: 13px;
    line-height: 1.48;
  }

  .figv-2026 .figv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
  }

  .figv-2026 .figv-card {
    min-height: 218px;
    padding: 18px 9px 16px;
    border-radius: 14px;
  }

  .figv-2026 .figv-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    font-size: 18px;
  }

  .figv-2026 .figv-card h3 {
    margin-top: 14px;
    font-size: 14.5px;
  }

  .figv-2026 .figv-card p {
    margin-top: 8px;
    font-size: 11.8px;
    line-height: 1.38;
  }
}