.jg-sec-dd8f72a3 {
  --b-dd8f72a3: #0b2347;
  --g-dd8f72a3: #d6b05d;
  padding: 90px 30px;
  background: #f8fafc;
  position: relative;
  overflow: hidden;
}

.jg-head-dd8f72a3 {
  max-width: 800px;
  margin: 0 auto 60px;
  text-align: center;
}

.jg-tag-dd8f72a3 {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--g-dd8f72a3);
  font-weight: 700;
  letter-spacing: 2px;
}

.jg-tag-icon-dd8f72a3 i,
.jg-tag-icon-dd8f72a3 svg {
  background: rgba(11, 35, 71, 0.08);
  color: var(--g-dd8f72a3);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jg-head-dd8f72a3 h2 {
  font-size: 44px;
  color: var(--b-dd8f72a3);
  margin: 14px 0;
  font-weight: 800;
}

.jg-head-dd8f72a3 p {
  color: #666;
  line-height: 1.8;
}

.jg-grid-dd8f72a3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  max-width: 1300px;
  margin: auto;
}

.jg-card-dd8f72a3 {
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  position: relative;
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
  transition: .35s;
  border: 1px solid #e8edf5;
  overflow: hidden;
}

.jg-card-dd8f72a3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--g-dd8f72a3);
  transform: scaleX(0);
  transition: .35s;
}

.jg-num-dd8f72a3 {
  font-size: 52px;
  font-weight: 800;
  color: rgba(11, 35, 71, 0.07);
  transition: .35s;
  line-height: 1;
}

.jg-icon-dd8f72a3 {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: rgba(214, 176, 157, 0.12);
  color: var(--g-dd8f72a3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 10px 0 20px;
  transition: .35s;
}

.jg-icon-dd8f72a3 svg,
.jg-icon-dd8f72a3 i {
  width: 24px;
  height: 24px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jg-card-dd8f72a3 h3 {
  color: var(--b-dd8f72a3);
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  transition: .35s;
}

.jg-card-dd8f72a3:hover {
  background: var(--b-dd8f72a3);
  transform: translateY(-8px);
}

.jg-card-dd8f72a3:hover:before {
  transform: scaleX(1);
}

.jg-card-dd8f72a3:hover h3,
.jg-card-dd8f72a3:hover .jg-num-dd8f72a3 {
  color: #fff;
}

.jg-card-dd8f72a3:hover .jg-icon-dd8f72a3 {
  background: var(--g-dd8f72a3);
  color: var(--b-dd8f72a3);
}

@media (max-width: 767px) {
  .jg-sec-dd8f72a3 {
    padding: 60px 20px;
  }
  .jg-head-dd8f72a3 h2 {
    font-size: 30px;
  }
}
