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

.fbavx-wrapper,
.fbavx-wrapper * {
  box-sizing: border-box;
}

.fbavx-wrapper {
  --fbavx-primary: #18715f;
  --fbavx-secondary: #2f7fd8;
  --fbavx-accent: #f06a3d;
  --fbavx-text: #162522;
  --fbavx-muted: #5c6d69;
  --fbavx-tint: #f3f9f7;
  --fbavx-border: rgba(24, 113, 95, 0.16);
  --fbavx-shadow: rgba(21, 72, 66, 0.14);
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: var(--fbavx-text);
  font-family: Arial, Helvetica, sans-serif;
}

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

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

.fbavx-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(47, 127, 216, 0.08), transparent 34%),
    linear-gradient(180deg, #f3f9f7 0%, #eef6f3 100%);
}

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

.fbavx-title {
  margin: 0 auto;
  text-align: center;
  color: var(--fbavx-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  max-width: 980px;
}

.fbavx-intro {
  margin: 0 auto;
  text-align: center;
  color: var(--fbavx-muted);
  line-height: 1.7;
  max-width: 760px;
}

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

.fbavx-card {
  position: relative;
  display: block;
  height: 100% !important;
  min-width: 0;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    linear-gradient(135deg, rgba(24, 113, 95, 0.08), rgba(47, 127, 216, 0.06));
  border: 1px solid var(--fbavx-border);
  box-shadow: 0 18px 42px var(--fbavx-shadow);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
}

.fbavx-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(24, 113, 95, 0.08), rgba(240, 106, 61, 0.08), rgba(47, 127, 216, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.fbavx-card:hover {
  transform: translateY(-8px);
  border-color: rgba(24, 113, 95, 0.36);
  box-shadow: 0 24px 58px rgba(21, 72, 66, 0.2);
}

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

.fbavx-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, var(--fbavx-primary), var(--fbavx-secondary));
  box-shadow: 0 14px 30px rgba(24, 113, 95, 0.24);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.fbavx-card:hover .fbavx-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 36px rgba(47, 127, 216, 0.26);
}

.fbavx-i {
  display: inline-block;
  line-height: 1;
}

.fbavx-card-title,
.fbavx-card-text {
  position: relative;
  z-index: 1;
  text-align: center;
}

.fbavx-card-title {
  margin: 0;
  color: var(--fbavx-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.fbavx-card-text {
  margin: 0 auto;
  color: var(--fbavx-muted);
  line-height: 1.65;
}

.fbavx-wrapper.fbavx-js .fbavx-card {
  opacity: 0;
  transform: translateY(18px);
}

.fbavx-wrapper.fbavx-js .fbavx-card.fbavx-show {
  opacity: 1;
  transform: translateY(0);
}

.fbavx-wrapper.fbavx-js .fbavx-card.fbavx-show:hover {
  transform: translateY(-8px);
}

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

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

  .fbavx-title {
    font-size: 42px;
    white-space: nowrap;
  }

  .fbavx-intro {
    margin-top: 16px;
    font-size: 17px;
  }

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

  .fbavx-card {
    min-height: 296px;
    padding: 34px 28px 30px;
    border-radius: 24px;
  }

  .fbavx-icon {
    width: 70px;
    height: 70px;
    border-radius: 22px;
    margin-bottom: 24px;
    font-size: 29px;
  }

  .fbavx-card-title {
    font-size: 21px;
  }

  .fbavx-card-text {
    margin-top: 13px;
    font-size: 15px;
  }
}

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

  .fbavx-container {
    padding: 0 22px;
  }

  .fbavx-title {
    font-size: 34px;
  }

  .fbavx-intro {
    margin-top: 14px;
    font-size: 16px;
  }

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

  .fbavx-card {
    min-height: 268px;
    padding: 30px 24px 26px;
    border-radius: 22px;
  }

  .fbavx-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    margin-bottom: 21px;
    font-size: 26px;
  }

  .fbavx-card-title {
    font-size: 20px;
  }

  .fbavx-card-text {
    margin-top: 12px;
    font-size: 14.5px;
  }
}

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

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

  .fbavx-title {
    font-size: 28px;
    max-width: 420px;
  }

  .fbavx-intro {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.6;
  }

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

  .fbavx-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }

  .fbavx-icon {
    width: 54px;
    height: 54px;
    border-radius: 17px;
    margin-bottom: 16px;
    font-size: 22px;
  }

  .fbavx-card-title {
    font-size: 16px;
  }

  .fbavx-card-text {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.52;
  }
}

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

  .fbavx-container {
    padding: 0 14px;
  }

  .fbavx-title {
    font-size: 25px;
    max-width: 350px;
  }

  .fbavx-intro {
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.55;
  }

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

  .fbavx-card {
    min-height: 222px;
    padding: 19px 11px 18px;
    border-radius: 16px;
  }

  .fbavx-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 14px;
    font-size: 20px;
  }

  .fbavx-card-title {
    font-size: 15px;
  }

  .fbavx-card-text {
    margin-top: 8px;
    font-size: 12.5px;
    line-height: 1.48;
  }
}

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

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

  .fbavx-title {
    font-size: 22px;
    max-width: 300px;
  }

  .fbavx-intro {
    margin-top: 9px;
    font-size: 12.5px;
    line-height: 1.5;
  }

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

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

  .fbavx-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 12px;
    font-size: 18px;
  }

  .fbavx-card-title {
    font-size: 14px;
  }

  .fbavx-card-text {
    margin-top: 7px;
    font-size: 11.8px;
    line-height: 1.45;
  }
}

@media (max-width: 319px) {
  .fbavx-section {
    padding: 38px 0;
  }

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

  .fbavx-title {
    font-size: 21px;
  }

  .fbavx-intro {
    margin-top: 9px;
    font-size: 12.5px;
  }

  .fbavx-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .fbavx-card {
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 14px;
  }

  .fbavx-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 12px;
    font-size: 18px;
  }

  .fbavx-card-title {
    font-size: 14px;
  }

  .fbavx-card-text {
    margin-top: 7px;
    font-size: 12px;
  }
}