
/* MedBelAI - AI Models page (keeps consistent with existing global header/footer styles) */

.ai-hero{
  padding: 64px 0 32px 0;
}
.ai-hero__title{
  font-size: 44px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 14px;
}
.ai-hero__subtitle{
  font-size: 18px;
  opacity: 0.92;
  max-width: 52ch;
}

.btn-custom{
  border: none;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 600;
  letter-spacing: 0.2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.btn-primary-custom{
  background: #0d6efd;
  color: #fff;
}
.btn-secondary-custom{
  background: rgba(13,110,253,0.12);
  color: #0d6efd;
}
.btn-secondary-custom:hover{
  background: rgba(13,110,253,0.18);
  color: #0d6efd;
}

.pill{
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 13px;
}

.ai-hero__card{
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.20);
}
.ai-hero__card__title{
  font-size: 18px;
  font-weight: 700;
}
.ai-hero__card__note{
  opacity: 0.8;
  font-size: 13px;
  margin-top: 4px;
}
.ai-hero__list{
  margin: 14px 0 0 0;
  padding-left: 18px;
  opacity: 0.95;
}
.ai-hero__card__footer{
  margin-top: 14px;
}
.mini-link{
  color: #9ec1ff;
  text-decoration: none;
}
.mini-link:hover{
  text-decoration: underline;
}

.ai-strip{
  padding: 10px 0 24px 0;
}
.strip-item{
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 14px 14px;
  height: 100%;
}
.strip-title{
  font-weight: 700;
  margin-bottom: 6px;
}
.strip-desc{
  opacity: 0.86;
  font-size: 14px;
}

.ai-section{
  padding: 48px 0;
}
.ai-headline h2{
  font-weight: 800;
  margin-bottom: 8px;
}
.ai-subtitle{
  opacity: 0.88;
  max-width: 72ch;
  margin: 0 auto;
}

.ai-card{
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 18px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0,0,0,0.18);
}
.ai-card__top{
  padding: 18px 18px 0 18px;
}
.ai-card__title{
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 6px;
}
.ai-card__tag{
  font-size: 13px;
  opacity: 0.85;
}
.ai-card__body{
  padding: 12px 18px 18px 18px;
}
.ai-card__desc{
  opacity: 0.9;
}

.ai-bullets{
  padding-left: 18px;
  margin: 0;
  opacity: 0.92;
}
.ai-bullets li{
  margin-bottom: 6px;
}

.ai-h2{
  font-weight: 900;
  margin-bottom: 10px;
}
.ai-p{
  opacity: 0.9;
  max-width: 70ch;
}

.ai-mini{
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 14px;
  height: 100%;
}
.ai-mini__title{
  font-weight: 800;
  margin-bottom: 6px;
}
.ai-mini__desc{
  opacity: 0.88;
  font-size: 14px;
}

.ai-panel{
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px;
  padding: 22px;
}
.ai-panel__title{
  font-weight: 900;
  margin-bottom: 10px;
}
.ai-panel__list{
  padding-left: 18px;
  margin: 0;
  opacity: 0.92;
}
.ai-panel__list li{
  margin-bottom: 6px;
}
.ai-panel__divider{
  height: 1px;
  background: rgba(255,255,255,0.12);
  margin: 16px 0;
}
.ai-panel__cta{
  margin-top: 8px;
}

.ai-table{
  background: rgba(255,255,255,0.04);
  border-radius: 18px;
  overflow: hidden;
}
.ai-table thead th{
  padding: 14px 14px;
  font-weight: 800;
  border-bottom: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.06);
}
.ai-table tbody td{
  padding: 14px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  vertical-align: top;
  opacity: 0.92;
}
.ai-note{
  opacity: 0.85;
  font-size: 14px;
  text-align: center;
}
