.banner {
  position: relative;
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 36px 10px;
}

.banner::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 120px;
  height: 5px;
  background-color: var(--red);
}

.banner-title {
  font-size: 30px;
  font-weight: 900;
  color: var(--navy);
  line-height: 1;
}

.banner-text {
  font-size: 18px;
  font-weight: 500;
  color: #231815;
  line-height: 30px;
  margin-bottom: 20px;
}

.features3-section {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

.abstract {
  padding-bottom: 70px;
  background-image:
    linear-gradient(to top, rgb(255 255 255 / 50%) 0%, rgb(255 255 255) 80%),
    url(/wp-content/themes/bosco-wp/assets/images/smart-gw/plugin-features-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.features3-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}

.feature-card {
  position: relative;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  padding: 70px 25px 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.feature-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 54px;
  background: #e5201b;
  border-radius: 0 0 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.feature-icon {
  display: flex;
  margin: 0px 40px;
  vertical-align: middle;
}

.feature-icon img {
  height: 110px;
}

.feature-label__text {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.feature-label__num {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  font-family: "Roboto", "Arial", sans-serif;
  line-height: 1;
  margin-top: 2px;
}

.feature-title {
  color: #26395c;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.feature-body {
  color: #231815;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

.plugins-section {
  background-color: var(--bg);
  padding: 40px 0px 20px;
}

.plugins-body, .plugin-usecase-body {
  background-color: var(--white);
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 25px;
}

.plugin-card {
  width: 100%;
  background: #f9fafc;
  border-radius: 15px;
  border: 1px solid #ccc;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.plugin-card-header {
  width: 100%;
  height: 60px;
  background: #748c9d;
  border-radius: 15px 15px 0 0;
  display: flex;
  align-items: center;
  padding: 0 33px;
  box-sizing: border-box;
}

.plugin-card-header span {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  letter-spacing: 0.02em;
}

.plugin-card-body {
  padding: 20px 30px;
  box-sizing: border-box;
}

.plugin-labels {
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}

.plugin-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 14px;
  border-radius: 5px;
  border: 1px solid #25395c;
  background: #fff;
  color: #26395c;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.plugin-card-description {
  color: #231815;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
  height: 100px;
  margin: 15px 0px;
}

.link-button-area {
  justify-content: unset;
}

.plugin-detail {
  padding: 70px 0px;
}

.plugin-usecase {
  background: var(--bg);
  padding: 70px 0px;
}

.plugin-usecase-scene-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.plugin-usecase-scene-left {
  flex-shrink: 0;
  position: relative;
  height: 145px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 25px;
}

.plugin-usecase-scene-number {
  color: var(--red);
  font-size: 64px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
}

.plugin-usecase-scene-badge {
  border-top: 3px solid var(--red);
  border-bottom: 3px solid var(--red);
  padding: 5px;
}

.plugin-usecase-scene-badge span {
  color: var(--red);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 10px;
}

.plugin-usecase-scene-box {
  flex: 1;
  background: #f9fafc;
  border: 1px solid #cccccc;
  border-radius: 15px;
  height: 145px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.plugin-usecase-divider {
  width: 1px;
  height: 50px;
  background: #dddddd;
}

.plugin-usecase-scene-title {
  padding: 20px;
  color: #26395c;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

@media (max-width: 1024px) {
  .features3-inner {
    grid-template-columns: 1fr;
  }
}
