/* Aboulay Businesses Hub */
.ab-businesses-page{
  background:#f8fafc;
  padding:60px 20px;
  font-family:inherit;
}

.ab-business-wrap{
  max-width:1220px;
  margin:0 auto;
}

.ab-business-hero{
  background:linear-gradient(135deg,#13233a,#0f766e);
  color:#fff;
  border-radius:26px;
  padding:52px 34px;
  text-align:center;
  margin-bottom:32px;
  box-shadow:0 16px 40px rgba(15,23,42,.12);
}

.ab-business-hero span,
.ab-business-head span{
  display:inline-block;
  background:#ecfdf5;
  color:#0f766e;
  padding:8px 14px;
  border-radius:999px;
  font-weight:800;
  margin-bottom:12px;
}

.ab-business-hero h1{
  color:#fff;
  font-size:44px;
  line-height:1.1;
  margin:0 0 14px;
}

.ab-business-hero p{
  max-width:850px;
  margin:0 auto;
  color:rgba(255,255,255,.9);
  font-size:18px;
  line-height:1.8;
}

.ab-business-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:center;
  margin-top:22px;
}

.ab-business-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#0f766e;
  color:#fff;
  text-decoration:none;
  border:none;
  padding:13px 18px;
  border-radius:12px;
  font-weight:800;
  cursor:pointer;
  min-height:48px;
}

.ab-business-btn:hover{
  background:#0b5f59;
  color:#fff;
}

.ab-business-btn.outline{
  background:#fff;
  color:#0f766e;
  border:1px solid #0f766e;
}

.ab-business-btn.light{
  background:#fff;
  color:#13233a;
}

.ab-business-directory,
.ab-business-form-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:22px;
  padding:26px;
  box-shadow:0 10px 28px rgba(15,23,42,.07);
  margin-bottom:32px;
}

.ab-business-head{
  text-align:left;
  margin-bottom:22px;
}

.ab-business-head h2,
.ab-business-form-card h2{
  color:#13233a;
  font-size:32px;
  margin:0 0 10px;
}

.ab-business-head p,
.ab-business-form-card p{
  color:#4b5563;
  line-height:1.7;
  margin:0;
}

.ab-business-filter{
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr auto;
  gap:12px;
  margin-bottom:24px;
}

.ab-business-filter input,
.ab-business-filter select,
.ab-business-form input,
.ab-business-form select,
.ab-business-form textarea{
  width:100%;
  box-sizing:border-box;
  min-height:48px;
  border:1px solid #d1d5db;
  border-radius:12px;
  padding:12px;
  background:#fff;
}

.ab-business-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:22px;
}

.ab-business-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}

.ab-business-image{
  height:210px;
  background:linear-gradient(135deg,#ecfdf5,#eff6ff);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#0f766e;
  font-weight:900;
}

.ab-business-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.ab-business-body{
  padding:20px;
}

.ab-business-body h3{
  color:#13233a;
  margin:0 0 10px;
  font-size:22px;
}

.ab-business-body p{
  color:#4b5563;
  line-height:1.7;
}

.ab-business-pills{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin:8px 0 12px;
}

.ab-business-pills span,
.ab-business-badge{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  background:#f3f4f6;
  color:#475569;
}

.ab-business-badge{
  background:#ecfdf5;
  color:#166534;
  margin-bottom:10px;
}

.ab-business-link{
  color:#0f766e;
  text-decoration:none;
  font-weight:800;
}

.ab-business-form{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:16px;
  margin-top:22px;
}

.ab-business-form label{
  display:grid;
  gap:8px;
  color:#13233a;
  font-weight:700;
}

.ab-business-form small{
  color:#64748b;
  line-height:1.4;
}

.ab-business-full{
  grid-column:1/-1;
}

.ab-business-notice{
  padding:12px 14px;
  border-radius:12px;
  margin:16px 0;
  font-weight:700;
}

.ab-business-notice.success{
  background:#ecfdf5;
  border:1px solid #bbf7d0;
  color:#166534;
}

.ab-business-notice.error{
  background:#fef2f2;
  border:1px solid #fecaca;
  color:#991b1b;
}

.ab-business-empty{
  background:#f8fafc;
  border:1px dashed #d1d5db;
  color:#64748b;
  border-radius:18px;
  padding:26px;
  text-align:center;
}

@media(max-width:850px){
  .ab-business-filter{
    grid-template-columns:1fr;
  }

  .ab-business-hero h1{
    font-size:34px;
  }
}
