/* Ghazi Clinical Lab — doctor profile refinement v3.4.2 */
.gcl-doctor-profile-section{
  padding:72px clamp(20px,4vw,64px);
  background:#f6f9fc;
}
.gcl-doctor-profile-card{
  max-width:1540px;
  margin:0 auto;
  display:grid;
  grid-template-columns:250px minmax(0,1fr);
  gap:44px;
  align-items:center;
  padding:42px;
  border-radius:28px;
  color:#fff;
  background:linear-gradient(120deg,#092b60 0%,#0b4f82 52%,#0aa099 100%);
  box-shadow:0 24px 60px rgba(7,38,82,.18);
  overflow:hidden;
  position:relative;
}
.gcl-doctor-profile-card::before{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  border-radius:50%;
  right:-110px;
  top:-150px;
  background:radial-gradient(circle,rgba(255,255,255,.16),rgba(255,255,255,0) 68%);
  pointer-events:none;
}
.gcl-doctor-photo-wrap{position:relative;z-index:1}
.gcl-doctor-photo-placeholder{
  width:220px;
  aspect-ratio:4/5;
  border-radius:24px;
  border:2px dashed rgba(255,255,255,.55);
  background:rgba(255,255,255,.1);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:14px;
  color:#dff7f6;
  text-align:center;
  padding:24px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
}
.gcl-doctor-photo-placeholder svg{width:78px;height:78px;opacity:.82}
.gcl-doctor-photo-placeholder span{font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700}
.gcl-doctor-profile-copy{position:relative;z-index:1}
.gcl-doctor-eyebrow{
  display:block;
  margin-bottom:12px;
  color:#66efe4;
  font-weight:800;
  letter-spacing:.18em;
  font-size:.82rem;
}
.gcl-doctor-profile-copy h2{
  margin:0 0 14px;
  color:#fff!important;
  font-family:"Playfair Display",serif;
  font-size:clamp(2rem,4vw,3.35rem);
  line-height:1.08;
  text-shadow:0 2px 10px rgba(0,0,0,.16);
}
.gcl-doctor-credentials{
  margin:0 0 22px;
  color:#dff8f6!important;
  font-size:1.05rem;
  line-height:1.65;
  font-weight:700;
}
.gcl-doctor-description{
  margin:0;
  max-width:980px;
  color:#eef6ff!important;
  font-size:1.05rem;
  line-height:1.85;
}
@media(max-width:900px){
  .gcl-doctor-profile-section{padding:48px 18px}
  .gcl-doctor-profile-card{grid-template-columns:1fr;text-align:center;padding:32px 24px;gap:28px}
  .gcl-doctor-photo-wrap{display:flex;justify-content:center}
  .gcl-doctor-photo-placeholder{width:min(210px,75vw)}
  .gcl-doctor-description{margin-inline:auto}
}
@media(max-width:480px){
  .gcl-doctor-profile-card{border-radius:20px;padding:26px 18px}
  .gcl-doctor-photo-placeholder{width:180px;border-radius:18px}
  .gcl-doctor-profile-copy h2{font-size:2rem}
  .gcl-doctor-credentials,.gcl-doctor-description{font-size:.94rem}
}
