/* Industries list page */

.ind-hero {
  position: relative;
  padding: 56px 0 74px;
  background:
    radial-gradient(ellipse 80% 60% at 0% 20%, rgba(124, 58, 237, 0.14), transparent 52%),
    radial-gradient(ellipse 70% 50% at 100% 0%, rgba(43, 108, 255, 0.14), transparent 50%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 58%);
  overflow: hidden;
}

.ind-hero .container {
  position: relative;
  z-index: 1;
}

.ind-breadcrumb {
  font-size: 0.82rem;
  margin-bottom: 18px;
}

.ind-breadcrumb a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
}

.ind-breadcrumb a:hover {
  color: var(--blue);
}

.ind-breadcrumb span {
  color: var(--muted);
  margin: 0 6px;
}

.ind-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 6px 14px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.ind-kicker i {
  color: var(--purple);
}

.ind-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
  max-width: 14ch;
}

.ind-hero p {
  color: var(--muted);
  font-size: 1rem;
  max-width: 560px;
  margin-bottom: 22px;
}

.ind-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ind-map-card {
  min-height: 330px;
  border: 1px solid #dbeafe;
  border-radius: 22px;
  background: linear-gradient(160deg, #edf3ff 0%, #ffffff 72%);
  box-shadow: var(--shadow-md);
  padding: 18px;
  position: relative;
  overflow: hidden;
}

.ind-map-ring {
  position: absolute;
  border-radius: 999px;
  border: 1px dashed rgba(43, 108, 255, 0.25);
}

.ind-map-ring--a {
  width: 340px;
  height: 340px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ind-map-ring--b {
  width: 240px;
  height: 240px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-color: rgba(124, 58, 237, 0.25);
}

.ind-map-hub {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
  border-radius: 24px;
  background: linear-gradient(145deg, #0f172a, #1e293b);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
}

.ind-map-node {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
  color: var(--blue);
}

.ind-map-note {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  font-size: 0.82rem;
  font-weight: 700;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  padding: 10px 12px;
  color: #334155;
}

.ind-proof {
  padding: 18px 0;
  background: linear-gradient(90deg, #0f172a 0%, #17335d 50%, #0f172a 100%);
}

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

.ind-proof-item {
  text-align: center;
  color: #cbd5e1;
}

.ind-proof-item strong {
  display: block;
  color: #fff;
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
}

.ind-proof-item span {
  font-size: 0.8rem;
  font-weight: 600;
}

.ind-section-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 34px;
}

.ind-section-intro h2 {
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  margin-bottom: 8px;
}

.ind-section-intro p {
  margin: 0;
  color: var(--muted);
}

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

.ind-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  padding: 22px 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ind-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(43, 108, 255, 0.45);
}

.ind-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.ind-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.ind-icon--f { background: #fee2e2; color: #ef4444; }
.ind-icon--g { background: #dcfce7; color: #16a34a; }
.ind-icon--e { background: #dbeafe; color: #2563eb; }
.ind-icon--b { background: #f3e8ff; color: #9333ea; }
.ind-icon--p { background: #fff7ed; color: #ea580c; }
.ind-icon--h { background: #ecfeff; color: #0891b2; }
.ind-icon--s { background: #fef3c7; color: #d97706; }
.ind-icon--j { background: #fce7f3; color: #db2777; }
.ind-icon--a { background: #e0e7ff; color: #4f46e5; }

.ind-badge {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--blue);
  border: 1px solid #c7d2fe;
  border-radius: 999px;
  padding: 4px 9px;
  background: #eef2ff;
}

.ind-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.ind-card p {
  margin: 0 0 12px;
  font-size: 0.87rem;
  color: var(--muted);
}

.ind-link {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--blue);
}

.ind-cta {
  background: linear-gradient(120deg, #1e3a8a 0%, #3730a3 52%, #1e3a8a 100%);
  border-radius: 20px;
  padding: 34px 26px;
  text-align: center;
  color: #cbd5e1;
}

.ind-cta h2 {
  color: #fff;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  margin-bottom: 8px;
}

.ind-cta p {
  margin: 0 auto 20px;
  max-width: 620px;
}

.ind-cta .btn-outline-brand {
  border-color: rgba(255, 255, 255, 0.45);
  background: transparent;
  color: #fff !important;
}

.ind-cta .btn-outline-brand:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

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

@media (max-width: 767.98px) {
  .ind-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .ind-grid {
    grid-template-columns: 1fr;
  }
}
