.bk-effects-hero-inner {
  padding-right: 15px;
  padding-left: 15px;
  line-height: 1.75;
}

.bk-effects-page,
.bk-effects-lower {
  margin-top: 15px;
  margin-bottom: 15px;
}

.bk-effects-panel-title,
.bk-effects-section-heading h2,
.bk-effects-card h3,
.bk-effects-features h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.bk-effects-panel-title {
  font-size: 18px;
  font-weight: 700;
}

.bk-effects-lead {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.8;
}

.bk-effects-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.bk-effects-method {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 15px;
  color: #314b2a;
  background: #f7faf5;
  border: 1px solid #cfd9c9;
  border-radius: 8px;
  text-decoration: none;
}

a.bk-effects-method:hover,
a.bk-effects-method:focus {
  color: #214b7a;
  background: #eef7ff;
  border-color: #8eb9df;
  text-decoration: none;
}

.bk-effects-method-current {
  background: #eef8e9;
  border-color: #8fbd72;
}

.bk-effects-method > i {
  flex: 0 0 auto;
  width: 42px;
  margin-right: 10px;
  color: #61a200;
  font-size: 28px;
  text-align: center;
}

.bk-effects-method strong,
.bk-effects-method span {
  display: block;
}

.bk-effects-method strong {
  font-size: 16px;
}

.bk-effects-method span {
  margin-top: 4px;
  color: #59625a;
  line-height: 1.55;
}

.bk-effects-catalog-section {
  margin-top: 24px;
}

.bk-effects-section-heading {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 0 2px;
}

.bk-effects-section-heading h2 {
  color: #314b2a;
  font-size: 22px;
  font-weight: 700;
}

.bk-effects-section-heading p {
  margin: 4px 0 0;
  color: #626b63;
  line-height: 1.65;
}

.bk-effects-section-icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-right: 10px;
  color: #fff;
  background: #70a94f;
  border-radius: 50%;
  font-size: 20px;
}

.bk-effects-section-icon-pink {
  background: #df6a91;
}

.bk-effects-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.bk-effects-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce2d9;
  border-radius: 9px;
  box-shadow: 0 2px 7px rgba(35, 55, 31, 0.08);
}

.bk-effects-card > a {
  display: flex;
  height: 100%;
  color: #333;
  flex-direction: column;
  text-decoration: none;
}

.bk-effects-card > a:hover,
.bk-effects-card > a:focus {
  color: #333;
  background: #fbfdf9;
  text-decoration: none;
}

.bk-effects-card > a:focus {
  outline: 3px solid rgba(74, 144, 226, 0.45);
  outline-offset: -3px;
}

.bk-effects-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  background: #eef1ec;
  object-fit: cover;
}

.bk-effects-card-body {
  display: flex;
  flex: 1 1 auto;
  padding: 13px;
  flex-direction: column;
}

.bk-effects-card h3 {
  margin-top: 7px;
  color: #314b2a;
  font-size: 19px;
  font-weight: 700;
}

.bk-effects-card p {
  margin: 8px 0 12px;
  line-height: 1.7;
}

.bk-effects-tag {
  align-self: flex-start;
  padding: 3px 9px;
  color: #4b642f;
  background: #edf6df;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.bk-effects-tag-pink {
  color: #8a3152;
  background: #fde9f0;
}

.bk-effects-tag-blue {
  color: #23627d;
  background: #e5f5fb;
}

.bk-effects-tag-gold {
  color: #785b13;
  background: #fff3cf;
}

.bk-effects-card-link {
  display: block;
  margin-top: auto;
  color: #2870a8;
  font-weight: 700;
}

.bk-effects-card > a:hover .bk-effects-card-link,
.bk-effects-card > a:focus .bk-effects-card-link {
  text-decoration: underline;
}

.bk-effects-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bk-effects-features li {
  display: flex;
  min-width: 0;
  padding: 14px;
  background: #f7faf5;
  border: 1px solid #dce5d7;
  border-radius: 7px;
}

.bk-effects-features li > i {
  flex: 0 0 auto;
  width: 34px;
  margin-right: 9px;
  color: #61a200;
  font-size: 24px;
  text-align: center;
}

.bk-effects-features h3 {
  color: #314b2a;
  font-size: 16px;
  font-weight: 700;
}

.bk-effects-features p {
  margin: 6px 0 0;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .bk-effects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .bk-effects-hero-inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .bk-effects-methods,
  .bk-effects-features {
    grid-template-columns: minmax(0, 1fr);
  }

  .bk-effects-section-heading h2 {
    font-size: 20px;
  }
}

@media (max-width: 520px) {
  .bk-effects-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bk-effects-card h3 {
    font-size: 18px;
  }
}
