/*
 * Acibadem Corporate Editorial Layer
 * Safe isolated CSS. Does not target header, topbar, navbar, menu, body, generic .container, a or img globally.
 */

.acibadem-corporate-scope{
  --aci-primary: var(--acibadem-primary, #012d74);
  --aci-primary-2: #0a4ba8;
  --aci-accent: var(--acibadem-accent, #f58220);
  --aci-bg: var(--acibadem-bg, #f7f9fc);
  --aci-text: var(--acibadem-text, #1f2937);
  --aci-muted: #667085;
  --aci-border: #e6edf6;
  --aci-radius: var(--acibadem-radius, 24px);
  --aci-container: var(--acibadem-container, 1280px);
  color: var(--aci-text);
}

.acibadem-corporate-scope *{
  box-sizing:border-box;
}

.acibadem-corporate-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 92% 18%, rgba(255,255,255,.18), transparent 26%),
    linear-gradient(135deg, var(--aci-primary) 0%, #063f91 58%, #092a64 100%);
  color:#fff;
  padding:76px 0;
}

.acibadem-corporate-hero::after{
  content:"";
  position:absolute;
  inset:auto -8% -36% -8%;
  height:52%;
  background:rgba(255,255,255,.08);
  border-radius:50% 50% 0 0;
}

.acibadem-corporate-wrap{
  width:min(var(--aci-container), calc(100% - 48px));
  margin:0 auto;
  position:relative;
  z-index:2;
}

.acibadem-author-hero-grid{
  display:grid;
  grid-template-columns:170px minmax(0,1fr);
  gap:34px;
  align-items:center;
}

.acibadem-author-avatar{
  width:160px;
  height:160px;
  border-radius:28px;
  overflow:hidden;
  background:rgba(255,255,255,.12);
  border:4px solid rgba(255,255,255,.18);
  box-shadow:0 18px 55px rgba(0,0,0,.2);
}

.acibadem-author-avatar .avatar{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.acibadem-author-kicker,
.acibadem-archive-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 14px;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  font-size:13px;
  font-weight:700;
  letter-spacing:.02em;
}

.acibadem-author-title,
.acibadem-archive-title{
  margin:0;
  font-size:clamp(34px, 5vw, 58px);
  line-height:1.05;
  color:#fff;
  letter-spacing:-.035em;
}

.acibadem-author-bio,
.acibadem-archive-desc{
  max-width:820px;
  margin:18px 0 0;
  color:rgba(255,255,255,.9);
  font-size:17px;
  line-height:1.75;
}

.acibadem-author-pills{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:24px;
}

.acibadem-pill{
  display:inline-flex;
  align-items:center;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.13);
  color:#fff;
  font-size:14px;
  font-weight:700;
}

.acibadem-section{
  width:min(var(--aci-container), calc(100% - 48px));
  margin:56px auto;
}

.acibadem-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:26px;
}

.acibadem-section-head h2{
  margin:0;
  color:var(--aci-primary);
  font-size:clamp(28px, 3vw, 40px);
  line-height:1.15;
  letter-spacing:-.025em;
}

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

.acibadem-author-directory-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:22px;
}

.acibadem-card{
  background:#fff;
  border:1px solid var(--aci-border);
  border-radius:var(--aci-radius);
  overflow:hidden;
  box-shadow:0 12px 34px rgba(16, 42, 88, .075);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.acibadem-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 48px rgba(16, 42, 88, .12);
  border-color:#d8e4f3;
}

.acibadem-card-media{
  display:block;
  background:#eef4fb;
  aspect-ratio: 16 / 10;
  overflow:hidden;
}

.acibadem-card-media .wp-post-image{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .35s ease;
}

.acibadem-card:hover .acibadem-card-media .wp-post-image{
  transform:scale(1.035);
}

.acibadem-card-body{
  padding:24px;
}

.acibadem-card-meta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:12px;
  color:var(--aci-muted);
  font-size:13px;
  font-weight:700;
}

.acibadem-card-title{
  margin:0 0 12px;
  color:var(--aci-primary);
  font-size:22px;
  line-height:1.35;
  letter-spacing:-.015em;
}

.acibadem-card-title-link{
  color:inherit;
  text-decoration:none;
}

.acibadem-card-excerpt{
  margin:0;
  color:#475467;
  line-height:1.72;
  font-size:15px;
}

.acibadem-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:20px;
  min-height:44px;
  padding:12px 18px;
  border-radius:14px;
  background:var(--aci-accent);
  color:#fff;
  text-decoration:none;
  font-weight:800;
  box-shadow:0 10px 24px rgba(245,130,32,.2);
}

.acibadem-author-card{
  padding:26px;
  text-align:center;
}

.acibadem-author-card-avatar{
  width:104px;
  height:104px;
  border-radius:50%;
  overflow:hidden;
  margin:0 auto 16px;
  background:#eef4fb;
  border:4px solid #fff;
  box-shadow:0 10px 24px rgba(16,42,88,.1);
}

.acibadem-author-card-avatar .avatar{
  width:100%;
  height:100%;
  display:block;
}

.acibadem-author-card-title{
  margin:0 0 8px;
  font-size:20px;
  line-height:1.25;
  color:var(--aci-primary);
}

.acibadem-author-card-title-link{
  color:inherit;
  text-decoration:none;
}

.acibadem-author-card-text{
  margin:0;
  color:var(--aci-muted);
  font-size:14px;
  line-height:1.55;
}

.acibadem-pagination{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:38px;
  flex-wrap:wrap;
}

.acibadem-pagination .page-numbers{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  height:42px;
  padding:0 12px;
  border-radius:12px;
  background:#fff;
  border:1px solid var(--aci-border);
  color:var(--aci-primary);
  text-decoration:none;
  font-weight:800;
}

.acibadem-pagination .current{
  background:var(--aci-primary);
  border-color:var(--aci-primary);
  color:#fff;
}

.acibadem-empty{
  padding:34px;
  border:1px solid var(--aci-border);
  border-radius:var(--aci-radius);
  background:#fff;
  color:#475467;
}

@media (max-width: 1100px){
  .acibadem-grid,
  .acibadem-author-directory-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px){
  .acibadem-corporate-hero{
    padding:52px 0;
  }

  .acibadem-corporate-wrap,
  .acibadem-section{
    width:min(100% - 32px, var(--aci-container));
  }

  .acibadem-author-hero-grid{
    grid-template-columns:1fr;
    gap:22px;
  }

  .acibadem-author-avatar{
    width:124px;
    height:124px;
    border-radius:22px;
  }

  .acibadem-grid,
  .acibadem-author-directory-grid{
    grid-template-columns:1fr;
  }

  .acibadem-section-head{
    display:block;
  }
}

/* =====================================================
   AUTHOR ARCHIVE PREMIUM FIX v2.5
   Isolated: only affects author/archive/search template classes.
===================================================== */
.acibadem-author-page{
  background:#f7f9fc;
  padding-bottom:64px;
}

.acibadem-author-page .acibadem-corporate-hero{
  padding:72px 0 78px;
  background:
    radial-gradient(circle at 92% 12%, rgba(245,130,32,.22), transparent 27%),
    radial-gradient(circle at 8% 84%, rgba(255,255,255,.14), transparent 28%),
    linear-gradient(135deg,#012d74 0%,#063f91 56%,#092a64 100%);
}

.acibadem-author-page .acibadem-corporate-wrap,
.acibadem-author-page .acibadem-section{
  width:min(98%, 1360px);
  max-width:1360px;
}

.acibadem-author-page .acibadem-author-hero-grid{
  display:grid;
  grid-template-columns:156px minmax(0,1fr);
  gap:30px;
  align-items:center;
}

.acibadem-author-page .acibadem-author-avatar{
  width:148px;
  height:148px;
  border-radius:24px;
  overflow:hidden;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 20px 52px rgba(0,0,0,.20);
}

.acibadem-author-page .acibadem-author-avatar img,
.acibadem-author-page .acibadem-author-avatar .avatar{
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  object-fit:cover !important;
  object-position:center top !important;
  display:block !important;
}

.acibadem-author-page .acibadem-author-kicker{
  display:inline-flex;
  align-items:center;
  width:auto;
  margin:0 0 14px;
  padding:9px 15px;
  border-radius:999px;
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  font-size:13px;
  line-height:1;
  font-weight:800;
  letter-spacing:.02em;
}

.acibadem-author-page .acibadem-author-title{
  margin:0;
  color:#fff;
  font-size:clamp(34px,4.6vw,58px);
  line-height:1.04;
  letter-spacing:-.035em;
  font-weight:800;
}

.acibadem-author-page .acibadem-author-bio{
  max-width:860px;
  margin:17px 0 0;
  color:rgba(255,255,255,.92);
  font-size:16.5px;
  line-height:1.75;
}

.acibadem-author-page .acibadem-author-bio p{
  margin:0 0 10px;
  color:inherit;
}

.acibadem-author-page .acibadem-author-pills{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:22px;
}

.acibadem-author-page .acibadem-pill{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:9px 15px;
  border-radius:999px;
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
  font-size:13px;
  font-weight:800;
}

.acibadem-author-page .acibadem-section{
  margin:52px auto 0;
}

.acibadem-author-page .acibadem-section-head{
  margin-bottom:24px;
}

.acibadem-author-page .acibadem-section-head h2{
  margin:0;
  color:#012d74;
  font-size:clamp(26px,3vw,40px);
  line-height:1.18;
  font-weight:800;
  letter-spacing:-.025em;
}

.acibadem-author-page .acibadem-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.acibadem-author-page .acibadem-card{
  background:#fff;
  border:1px solid #e6edf6;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 12px 34px rgba(16,42,88,.075);
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.acibadem-author-page .acibadem-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 48px rgba(16,42,88,.12);
  border-color:#d8e4f3;
}

.acibadem-author-page .acibadem-card-media{
  display:block;
  aspect-ratio:16/10;
  overflow:hidden;
  background:#eef4fb;
}

.acibadem-author-page .acibadem-card-media img,
.acibadem-author-page .acibadem-card-media .wp-post-image{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
  transition:transform .34s ease;
}

.acibadem-author-page .acibadem-card:hover .acibadem-card-media img{
  transform:scale(1.035);
}

.acibadem-author-page .acibadem-card-body{
  padding:22px;
}

.acibadem-author-page .acibadem-card-meta{
  margin-bottom:10px;
  color:#667085;
  font-size:13px;
  font-weight:800;
}

.acibadem-author-page .acibadem-card-title{
  margin:0 0 10px;
  color:#012d74;
  font-size:20px;
  line-height:1.35;
  font-weight:800;
  letter-spacing:-.015em;
}

.acibadem-author-page .acibadem-card-title-link{
  color:inherit;
  text-decoration:none;
}

.acibadem-author-page .acibadem-card-excerpt{
  margin:0;
  color:#475467;
  line-height:1.68;
  font-size:15px;
}

.acibadem-author-page .acibadem-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:18px;
  min-height:42px;
  padding:11px 17px;
  border-radius:12px;
  background:#f58220;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:800;
  box-shadow:0 10px 22px rgba(245,130,32,.20);
}

.acibadem-author-page .acibadem-pagination{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:36px;
  flex-wrap:wrap;
}

.acibadem-author-page .acibadem-pagination .page-numbers{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  height:42px;
  padding:0 12px;
  border-radius:12px;
  background:#fff;
  border:1px solid #e6edf6;
  color:#012d74;
  text-decoration:none;
  font-weight:800;
}

.acibadem-author-page .acibadem-pagination .current{
  background:#012d74;
  border-color:#012d74;
  color:#fff;
}

@media (max-width:1100px){
  .acibadem-author-page .acibadem-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:760px){
  .acibadem-author-page .acibadem-corporate-hero{
    padding:44px 0 50px;
  }

  .acibadem-author-page .acibadem-corporate-wrap,
  .acibadem-author-page .acibadem-section{
    width:min(100% - 28px, 1360px);
  }

  .acibadem-author-page .acibadem-author-hero-grid{
    grid-template-columns:1fr;
    gap:20px;
    text-align:center;
  }

  .acibadem-author-page .acibadem-author-avatar{
    width:112px;
    height:112px;
    border-radius:22px;
    margin:0 auto;
  }

  .acibadem-author-page .acibadem-author-title{
    font-size:34px;
  }

  .acibadem-author-page .acibadem-author-bio{
    font-size:15px;
    line-height:1.7;
    margin-left:auto;
    margin-right:auto;
  }

  .acibadem-author-page .acibadem-author-pills{
    justify-content:center;
  }

  .acibadem-author-page .acibadem-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .acibadem-author-page .acibadem-card{
    border-radius:20px;
  }

  .acibadem-author-page .acibadem-card-body{
    padding:20px;
  }
}
