.industry-hero {
  padding: 94px 0 46px;
}

.bf-section-label {
  color: #008b72;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.industry-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.75fr);
  gap: 54px;
  align-items: center;
}

.industry-hero h1 {
  margin: 14px 0 18px;
  max-width: 780px;
  font-size: clamp(54px, 7vw, 88px);
  line-height: 0.96;
  letter-spacing: 0;
}

.industry-lead {
  max-width: 620px;
  color: #536679;
  font-size: 20px;
  line-height: 1.55;
}

.industry-visual {
  overflow: hidden;
  min-height: 420px;
  border: 1px solid #d8e2ec;
  border-radius: 8px;
  background: #f7fbff;
  box-shadow: 0 26px 70px rgba(25, 45, 65, 0.12);
}

.industry-visual img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: block;
  object-fit: cover;
}

.industry-feature-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.industry-feature-strip span {
  padding: 10px 15px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #f17949 0%, #c24591 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(194, 69, 145, 0.16);
}

.industry-section {
  padding: 56px 0;
}

.industry-section.soft {
  background: #f4f8fc;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.industry-card,
.industry-wide-card {
  border: 1px solid #d8e2ec;
  border-radius: 8px;
  background: #fff;
  padding: 24px;
}

.industry-card h3,
.industry-wide-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.08;
}

.industry-card p,
.industry-wide-card p {
  margin: 0;
  color: #536679;
  line-height: 1.55;
}

.industry-wide {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: stretch;
}

.industry-wide-card h2,
.industry-split h2,
.industry-service-copy h2 {
  margin: 8px 0 16px;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1;
  letter-spacing: 0;
}

.industry-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: start;
}

.industry-split > div:first-child p,
.industry-service-copy p {
  margin: 0;
  color: #536679;
  font-size: 18px;
  line-height: 1.6;
}

.industry-detail-list {
  display: grid;
  gap: 14px;
}

.industry-detail-list article {
  border: 1px solid #d8e2ec;
  border-radius: 8px;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(247, 251, 255, 0.96), rgba(255, 255, 255, 0.98)),
    #fff;
}

.industry-detail-list h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.12;
}

.industry-detail-list p {
  margin: 0;
  color: #536679;
  line-height: 1.55;
}

.accent-card {
  border-top: 4px solid #f17949;
  background:
    linear-gradient(135deg, rgba(255, 247, 242, 0.92), rgba(255, 255, 255, 0.98)),
    #fff;
}

.accent-card:nth-child(2) {
  border-top-color: #c24591;
}

.accent-card:nth-child(3) {
  border-top-color: #2563eb;
}

.industry-service-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 22px;
  align-items: stretch;
  border: 1px solid #d8e2ec;
  border-radius: 8px;
  padding: clamp(22px, 3vw, 34px);
  background:
    linear-gradient(135deg, rgba(239, 247, 255, 0.95), rgba(255, 255, 255, 0.98)),
    #fff;
  box-shadow: 0 18px 48px rgba(25, 45, 65, 0.08);
}

.industry-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.industry-service-card {
  border: 1px solid #d8e2ec;
  border-radius: 8px;
  padding: 18px;
  background: #fff;
}

.industry-service-card span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: #edf4ff;
  color: #2563eb;
  font-weight: 950;
}

.industry-service-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.industry-service-card p {
  margin: 0;
  color: #536679;
  line-height: 1.5;
}

.industry-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.industry-list li {
  border: 1px solid #d8e2ec;
  border-radius: 8px;
  padding: 14px 16px;
  background: #f8fbfe;
  color: #25384d;
  font-weight: 800;
}

.industry-cta {
  margin: 56px 0 0;
  border-radius: 8px;
  padding: 38px;
  background: #143652;
  color: #fff;
}

.industry-cta h2 {
  max-width: 760px;
  margin: 8px 0 16px;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1;
}

.industry-cta p {
  max-width: 760px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

@media (max-width: 900px) {
  .industry-hero-grid,
  .industry-wide,
  .industry-split,
  .industry-service-panel {
    grid-template-columns: 1fr;
  }

  .industry-grid,
  .industry-service-grid {
    grid-template-columns: 1fr;
  }

  .industry-visual,
  .industry-visual img {
    min-height: 320px;
  }
}

.bf-modern-page .industry-hero .industry-feature-strip span {
  border: 0 !important;
  background: linear-gradient(90deg, #f17949 0%, #c24591 100%) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(194, 69, 145, 0.16) !important;
}
