/* ==============================================
   NITS Business Section — Shared Styles
   Used by: business/safebreach, aim, enclive, axipaas
   ============================================== */

/* ---------- Utility ---------- */
.text-grayAccent { color: rgba(45,59,66,0.65); }
.text-coral      { color: #EF4623; }
.bg-coral        { background-color: #EF4623; }
.text-metadata   { font-size:13px; text-transform:uppercase; letter-spacing:0.1em; font-weight:700; }

/* ---------- Business Tab Nav Labels ---------- */
.tab-section-label {
  display: inline-block;
  padding: 18px 16px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(45,59,66,0.38);
  white-space: nowrap;
  cursor: default;
  user-select: none;
}

.tab-divider {
  display: inline-block;
  width: 1px;
  height: 20px;
  background: rgba(45,59,66,0.13);
  vertical-align: middle;
  margin: 0 4px;
}

/* ---------- Hero Section ---------- */
.business-hero {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 4rem;
  background: #f8fafc;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  overflow: hidden;
}

.business-hero-blob {
  position: absolute;
  top: 0;
  right: 0;
  width: 800px;
  height: 800px;
  background: #EF4623;
  border-radius: 50%;
  filter: blur(150px);
  opacity: 0.03;
  transform: translate(33%, -33%);
  pointer-events: none;
}

.business-hero-breadcrumb {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(45,59,66,0.5);
  margin-bottom: 2rem;
}

.business-hero-breadcrumb a {
  transition: color 0.2s;
}

.business-hero-breadcrumb a:hover {
  color: #2D3B42;
}

.business-hero-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.business-hero-title {
  font-weight: 700;
  color: #000;
  letter-spacing: -0.02em;
  line-height: 1.1;
  font-size: clamp(3rem, 6vw, 4.2rem);
}

.business-hero-subtitle {
  font-size: 1.125rem;
  color: rgba(45,59,66,0.65);
  line-height: 1.7;
  border-left: 2px solid rgba(239,70,35,0.3);
  padding-left: 1.5rem;
}

/* ---------- Common Card Patterns ---------- */
.biz-card {
  background: white;
  border-radius: 24px;
  border: 1px solid rgba(45,59,66,0.07);
  padding: 32px 28px;
  transition: box-shadow 0.3s ease, transform 0.3s cubic-bezier(0.16,1,0.3,1);
}

.biz-card:hover {
  box-shadow: 0 12px 40px rgba(45,59,66,0.08);
  transform: translateY(-3px);
}

.biz-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #FDF1EE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
