/* Silver pixel-lock overrides (child theme) */
.silver-main { background:#fff; }
.aed-container { width:min(100% - 2rem, 1180px); margin-inline:auto; }

/* HERO */
.silver-hero{ position:relative; height:420px; overflow:hidden; margin-top:12px; border-top:1px solid rgba(15,76,92,.06); }
.silver-hero__bg{ position:absolute; inset:0; background-size:cover; background-position:center; }
.silver-hero__overlay{ position:absolute; inset:0; background:linear-gradient(90deg, rgba(7,76,92,.92) 0%, rgba(7,76,92,.55) 50%, rgba(7,76,92,0) 75%); }
.silver-hero__inner{ position:relative; height:100%; display:flex; align-items:center; }
.silver-hero__content{ max-width:520px; color:#fff; }
.silver-hero__title{ font-size:52px; line-height:1.06; margin:0; font-weight:800; letter-spacing:-.02em;}
.silver-hero__desc{ margin:14px 0 0; color:rgba(255,255,255,.85); }
.silver-btn{ display:inline-flex; align-items:center; justify-content:center; height:44px; padding:0 18px; border-radius:4px; font-weight:700; text-decoration:none; }
.silver-btn--primary{ margin-top:22px; background:#f2b63f; color:#1f2f33; box-shadow:0 6px 16px rgba(0,0,0,.12); }
.silver-btn--primary:hover{ filter:brightness(.97); }
.silver-btn--ghost{ background:#0b6a7f; color:#fff; }
.silver-btn--light{ background:#f6f8f9; border:1px solid #e1e6e9; color:#0f4c5c; }
.silver-btn--teal{ background:#0b6a7f; color:#fff; }
.silver-ico{ margin-left:8px; font-weight:900; }


/* Atatürk + Bayrak (premium hero side-card) */
.aed-hero-sidecard{
  position:absolute;
  top:50%;
  right:clamp(40px, 4vw, 68px);
  transform:translateY(-50%);
  width:min(520px, 42vw);
  max-width:520px;
  border-radius:14px;
  overflow:hidden;
  z-index:3;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(6px);
  box-shadow:0 18px 48px rgba(0,0,0,.28);
}
.aed-hero-sidecard__img{ width:100%; height:auto; display:block; }
.aed-hero-sidecard:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,.24));
  pointer-events:none;
}
@media (max-width: 980px){
  .aed-hero-sidecard{
    position:relative;
    top:auto;
    right:auto;
    transform:none;
    width:min(100%, 520px);
    margin:16px auto 0;
  }
  .silver-hero__inner{ align-items:flex-start; }
}

/* FEATURE GRID */
.silver-feature{ background:#fff; padding:22px 0 10px; border-bottom:1px solid #e9eef0; }
.silver-feature__grid{ display:grid; grid-template-columns: 1fr 1.6fr 1fr; gap:0; align-items:stretch; }
.silver-panel{ padding:0 22px; min-height:165px; display:flex; flex-direction:column; }
.silver-panel + .silver-panel{ border-left:1px solid #e9eef0; }
.silver-panel__head{ display:flex; align-items:center; gap:16px; margin-top:2px; }
.silver-panel__head h2{ margin:0; font-size:22px; color:#0f4c5c; font-weight:800; }
.silver-panel__line{ height:1px; background:#e9eef0; flex:1; }
.silver-panel__foot{ margin-top:auto; padding-top:14px; }
.silver-about__text p{ margin:10px 0 0; color:#62777f; font-size:14px; line-height:1.55;
  display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical; overflow:hidden;
}

/* Activities tiles like mockup */
.silver-acts__tiles{ margin-top:16px; display:grid; grid-template-columns:repeat(3, 1fr); gap:12px; }
.silver-act{ background:#fff; border:1px solid #e6ecef; border-radius:6px; overflow:hidden; text-decoration:none; box-shadow:0 10px 18px rgba(15,76,92,.06); }
.silver-act__top{ height:66px; background:#1aa6b3; display:flex; align-items:center; justify-content:center; }
.silver-act__icon{color:#fff; width:34px; height:34px; display:inline-flex; align-items:center; justify-content:center;}
.silver-act__icon svg{ width:34px; height:34px; }
.silver-act__label{ padding:10px 10px; text-align:center; color:#0f4c5c; font-size:12px; font-weight:700; }

/* Quick actions 2x2 buttons */
.silver-quick{ margin-top:16px; display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:12px; align-content:start; }
.silver-q{ height:54px; border-radius:6px; display:flex; align-items:center; gap:10px; padding:0 12px; text-decoration:none; color:#fff; box-shadow:0 10px 18px rgba(15,76,92,.10); }
.silver-q__icon{ width:22px; height:22px; display:inline-flex; }
.silver-q__icon svg{ width:22px; height:22px; }
.silver-q__txt{ font-weight:800; line-height:1.05; font-size:14px; }
.silver-q__arrow{ margin-left:auto; width:28px; height:28px; border-radius:6px; background:rgba(255,255,255,.22); display:flex; align-items:center; justify-content:center; font-size:22px; font-weight:900; }
.silver-q--green{ background:#6aa56e; }
.silver-q--teal{ background:#0b6a7f; justify-content:space-between; }
.silver-q--navy{ background:#0a4d63; }
.silver-q--amber{ background:#f2b63f; color:#1f2f33; }
.silver-q--amber .silver-q__icon{ color:#1f2f33; }

/* UPDATES */
.silver-updates{ background:#f6f8f9; padding:26px 0 22px; border-bottom:1px solid #e9eef0; }
.silver-updates__head{ display:grid; grid-template-columns:1fr 1px 1fr; align-items:center; gap:0; margin-bottom:14px; }
.silver-updates__title{ font-size:22px; font-weight:800; color:#0f4c5c; padding:0 8px; }
.silver-updates__split{ height:22px; background:#e1e6e9; }
.silver-updates__grid{ display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.silver-subbox{ background:#fff; border:1px solid #e6ecef; border-radius:6px; padding:14px; box-shadow:0 10px 18px rgba(15,76,92,.06); display:flex; flex-direction:column; min-height:220px; }
.silver-subbox__head{ font-weight:800; color:#0f4c5c; padding-bottom:10px; border-bottom:1px solid #e9eef0; }
.silver-subbox__foot{
  margin-top:auto;
  padding-top:12px;
  /* İstenen davranış: alt butonlar SOLA yaslı */
  display:flex;
  justify-content:flex-start !important;
  text-align:left !important;
}
.silver-subbox__foot > a{
  width:auto;
  max-width:max-content;
  margin-left:0 !important;
  margin-inline-start:0 !important;
}

/* Parent (aed-theme v0.7.x) markup'ı kullanılıyorsa */
body.home .aed-silver-updates .aed-silver-subbox__footer,
body.home .aed-silver-updates .aed-silver-subbox__footer.aed-silver-subbox__footer--right{
  display:flex;
  justify-content:flex-start !important;
  text-align:left !important;
}
body.home .aed-silver-updates .aed-silver-subbox__footer > a,
body.home .aed-silver-updates .aed-silver-subbox__footer.aed-silver-subbox__footer--right > a{
  width:auto;
  max-width:max-content;
  margin-left:0 !important;
  margin-inline-start:0 !important;
}

.silver-list{ list-style:none; padding:0; margin:0; }
.silver-list li{ border-bottom:1px solid #edf2f4; }
.silver-list li a{ display:flex; align-items:center; gap:10px; padding:12px 8px; text-decoration:none; color:#0f4c5c; }
.silver-list__bullet{ color:#0b6a7f; font-weight:900; }
.silver-list__chev{ margin-left:auto; color:#9fb0b6; }
.silver-events{ display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:12px; }
.silver-events__col{ display:grid; gap:12px; }
.silver-events__col2{ align-self:start; }
.silver-ev{ background:#fff; border:1px solid #e6ecef; border-radius:6px; padding:12px; box-shadow:0 10px 18px rgba(15,76,92,.06); display:flex; gap:10px; align-items:flex-start; }
.silver-ev__icon{ width:34px; height:34px; border-radius:6px; background:#6aa56e; color:#fff; display:flex; align-items:center; justify-content:center; }
.silver-ev__icon svg{ width:18px; height:18px; }
.silver-ev__icon--amber{ background:#f2b63f; color:#1f2f33; }
.silver-ev__title{ font-weight:800; color:#0f4c5c; font-size:14px; line-height:1.1; }
.silver-ev__date{ margin-top:6px; color:#7a9097; font-size:12px; }
.silver-ev--big{ padding:18px; min-height:92px; }
.silver-ev__bigdate{ font-weight:900; color:#0f4c5c; font-size:22px; line-height:1; }
.silver-ev__place{ margin-top:6px; color:#7a9097; font-weight:700; }

/* GALLERY */
.silver-gallery{ background:#fff; padding:26px 0 34px; }
.silver-section-head{ display:flex; align-items:center; gap:16px; margin-bottom:14px; }
.silver-section-head h2{ margin:0; font-size:22px; font-weight:900; color:#0f4c5c; }
.silver-section-line{ flex:1; height:1px; background:#e9eef0; }
.silver-gallery__grid{ display:grid; grid-template-columns:repeat(4, 1fr); gap:14px; }
.silver-gallery__item{ position:relative; height:150px; border-radius:6px; overflow:hidden; background:#f3f7f8; box-shadow:0 10px 18px rgba(15,76,92,.06); display:block; }
.silver-gallery__item img{ width:100%; height:100%; object-fit:cover; display:block; }
.silver-gallery__zoom{ position:absolute; right:10px; top:10px; width:38px; height:38px; border-radius:999px; border:1px solid rgba(255,255,255,.6); background:rgba(15,76,92,.72); color:#fff; display:flex; align-items:center; justify-content:center; font-size:18px; cursor:pointer; backdrop-filter:blur(6px); }
.silver-gallery__zoom:hover{ filter:brightness(1.06); }
.silver-gallery__cta{ display:flex; justify-content:center; margin-top:18px; }


/* SUPPORT (premium pre-footer CTA) */
.silver-support{
  position:relative;
  padding:44px 0 60px;
  background:linear-gradient(180deg,#f6f8f9 0%, #ffffff 100%);
  overflow:hidden;
}
.silver-support:before{
  content:"";
  position:absolute;
  inset:-40px -60px auto -60px;
  height:220px;
  background:radial-gradient(closest-side, rgba(10,77,99,.10), rgba(10,77,99,0));
  pointer-events:none;
}
.silver-support__grid{
  position:relative;
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:26px;
  align-items:stretch;
}
.silver-support__left{
  background:#fff;
  border:1px solid #e4ecef;
  border-radius:14px;
  padding:22px 22px 20px;
  box-shadow:0 16px 34px rgba(15,76,92,.07);
}
.silver-support__left p{ color:#62777f; margin:10px 0 14px; max-width:560px; }
.silver-support__chips{ display:flex; gap:8px; flex-wrap:wrap; margin:10px 0 16px; }
.silver-support__chip{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid #e4ecef;
  background:#f8fbfc;
  color:#2e4a52;
  font-weight:800;
  font-size:12px;
}
.silver-support__actions{ display:flex; gap:10px; flex-wrap:wrap; align-items:center; }
.silver-support__note{
  margin-top:14px;
  padding:12px 14px;
  border-radius:12px;
  border:1px dashed #d7e3e7;
  background:#fbfdfe;
  color:#4d666e;
  font-size:13px;
}
.silver-support__right{
  background:linear-gradient(135deg, #0b6a7f 0%, #0a4d63 60%, #083b4f 100%);
  border-radius:16px;
  position:relative;
  overflow:hidden;
  box-shadow:0 18px 46px rgba(15,76,92,.16);
}
.silver-support__right:before,
.silver-support__right:after{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  border-radius:999px;
  background:rgba(233,196,106,.22);
  filter:blur(18px);
  opacity:.9;
}
.silver-support__right:before{ top:-90px; right:-90px; }
.silver-support__right:after{ bottom:-110px; left:-90px; background:rgba(255,255,255,.10); }
.silver-support__right-inner{
  position:relative;
  padding:22px 22px 18px;
  color:#fff;
  min-height: 260px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.silver-support__kicker{
  display:inline-flex;
  align-items:center;
  max-width:max-content;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  font-weight:900;
  font-size:12px;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.silver-support__headline{
  font-weight:900;
  font-size:22px;
  line-height:1.15;
}
.silver-support__bullets{
  margin:4px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
  color:rgba(255,255,255,.88);
  font-weight:700;
}
.silver-support__bullets li{
  display:flex;
  gap:8px;
  align-items:flex-start;
}
.silver-support__bullets li:before{
  content:"✓";
  display:inline-flex;
  width:18px;
  height:18px;
  align-items:center;
  justify-content:center;
  border-radius:6px;
  background:rgba(255,255,255,.14);
  color:#fff;
  font-size:12px;
  margin-top:2px;
}
.silver-support__mini{ display:flex; gap:10px; flex-wrap:wrap; margin-top:6px; }
.silver-support__right .silver-btn--ghost{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.28);
  background:rgba(255,255,255,.92);
  color:#0a4d63;
  font-weight:900;
  text-decoration:none;
}
.silver-support__right .silver-btn--light{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.14);
  color:#fff;
  font-weight:900;
  text-decoration:none;
}
.silver-support__brand{
  margin-top:auto;
  display:flex;
  align-items:center;
  gap:12px;
  padding-top:10px;
  border-top:1px solid rgba(255,255,255,.18);
}
.silver-support__logo{
  width:56px;
  height:56px;
  border-radius:14px;
  background:rgba(255,255,255,.14) url('../images/logo.svg') center/cover no-repeat;
}
.silver-support__name{ font-weight:900; }
.silver-support__tag{ color:rgba(255,255,255,.75); font-weight:800; }

@media (max-width: 980px){
  .silver-support__grid{ grid-template-columns: 1fr; }
  .silver-support__right-inner{ min-height: auto; }
}


/* FOOTER (modern 4 columns) */
.silver-footer{ background:linear-gradient(180deg,#0a4d63 0%, #083a4a 100%); color:#eaf3f6; }
.silver-footer a{ color:#eaf3f6; text-decoration:none; }
.silver-footer a:hover{ text-decoration:underline; }
.silver-footer__grid{ display:grid; grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr 1.1fr; gap:22px; padding:34px 0; align-items:start; }
.silver-footer__brand{ display:grid; gap:10px; }
.silver-footer__logo{ width:54px; height:54px; border-radius:14px; background:rgba(255,255,255,.12); }
.silver-footer__name{ font-weight:900; font-size:16px; }
.silver-footer__tag{ color:rgba(234,243,246,.75); font-weight:700; font-size:12px; }
.silver-footer__addr{ color:rgba(234,243,246,.78); font-size:12px; line-height:1.5; max-width:260px; }
.silver-footer__coltitle{ font-weight:900; margin-bottom:10px; color:#fff; }
.silver-footer__menu{ list-style:none; padding:0; margin:0; display:grid; gap:8px; }
.silver-footer__menu--empty{ opacity:.75; font-size:12px; }
.silver-footer__contactlist{ list-style:none; padding:0; margin:0; display:grid; gap:10px; }
.silver-footer__contactlist li{ display:flex; gap:10px; align-items:center; color:rgba(234,243,246,.9); }
.silver-footer__contact .silver-footer__addr{ max-width:none; }
.silver-footer__contactlist .silver-footer__addrrow{ align-items:flex-start; }
.silver-footer__contactlist .silver-footer__addrrow > span{ margin-top:2px; }
.silver-footer__contactlist .silver-footer__addrrow .silver-footer__addr{ display:block; flex:1 1 auto; min-width:0; }
.silver-footer__contactlist span{ width:18px; display:inline-flex; justify-content:center; opacity:.85; }
.silver-footer__bottom{ border-top:1px solid rgba(255,255,255,.12); }
.silver-footer__bottominner{ display:flex; justify-content:space-between; gap:14px; padding:14px 0; color:rgba(234,243,246,.75); font-size:12px; }
.silver-footer__bottomlinks{ display:flex; gap:12px; flex-wrap:wrap; }
.silver-footer__bottomlinks a{ color:rgba(234,243,246,.8); }
.silver-footer__bottomright{ display:flex; align-items:center; justify-content:flex-end; gap:14px; flex-wrap:wrap; }
.silver-footer__social{ display:flex; align-items:center; gap:10px; }
.silver-social__link{
  width:34px; height:34px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  transition:transform .15s ease, filter .15s ease, background .15s ease, box-shadow .15s ease;
}
.silver-social__link svg{ width:18px; height:18px; display:block; }

/* Brand colors (SVG = currentColor) */
.silver-social__link--facebook{ background:rgba(24,119,242,.18); color:#1877F2; }
.silver-social__link--instagram{
  /* Instagram-ish gradient */
  background:radial-gradient(circle at 30% 110%, rgba(253,244,151,.35) 0%, rgba(253,244,151,0) 40%),
             radial-gradient(circle at 0% 50%, rgba(214,41,118,.35) 0%, rgba(214,41,118,0) 45%),
             radial-gradient(circle at 100% 50%, rgba(79,91,213,.35) 0%, rgba(79,91,213,0) 45%),
             rgba(255,255,255,.08);
  color:#E1306C;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.10);
}
.silver-social__link--x{ background:rgba(0,0,0,.35); color:#fff; box-shadow:inset 0 0 0 1px rgba(255,255,255,.10); }
.silver-social__link--youtube{ background:rgba(255,0,0,.18); color:#FF0000; }
.silver-social__link--tiktok{
  background:linear-gradient(135deg, rgba(37,244,238,.22), rgba(254,44,85,.22));
  color:#fff;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.10);
}
.silver-social__link--linkedin{ background:rgba(10,102,194,.18); color:#0A66C2; }
.silver-social__link--telegram{ background:rgba(34,158,217,.18); color:#229ED9; }

.silver-social__link:hover{ text-decoration:none; transform:translateY(-1px); filter:brightness(1.03); }
.silver-social__link:focus-visible{ outline:2px solid rgba(255,255,255,.55); outline-offset:3px; }

/* Footer WhatsApp logo (right side) */
.silver-footer__wa-logo{
  width:46px; height:46px;
  border-radius:16px;
  background:linear-gradient(135deg,#25D366 0%, #1ebe57 100%);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(0,0,0,.22);
  color:#fff;
  position:relative;
  isolation:isolate;
}
.silver-footer__wa-logo::after{
  content:"";
  position:absolute; inset:-2px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.20);
  pointer-events:none;
}
.silver-footer__wa-logo:hover{ transform:translateY(-1px); filter:brightness(1.02); }
.silver-footer__wa-logo svg{ width:22px; height:22px; display:block; }
.silver-footer__wa-logo:focus-visible{ outline:2px solid rgba(255,255,255,.55); outline-offset:3px; }

.silver-footer__contactlist svg{ width:16px; height:16px; display:block; }
.silver-footer__wa a{ font-weight:800; }

/* Floating WhatsApp (premium) */
.aed-whatsapp-float,
.aed-wa-float{
  position:fixed;
  right:18px; bottom:18px;
  width:64px; height:64px;
  border-radius:22px;
  background:linear-gradient(135deg,#25D366 0%, #1ebe57 100%);
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 14px 34px rgba(0,0,0,.26);
  z-index:9999;
  text-decoration:none;
  color:#fff;
  isolation:isolate;
}
.aed-whatsapp-float::after,
.aed-wa-float::after{
  content:"";
  position:absolute; inset:-2px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.22);
  pointer-events:none;
}
.aed-whatsapp-float:hover,
.aed-wa-float:hover{ transform:translateY(-1px) scale(1.02); filter:brightness(1.01); text-decoration:none; }
.aed-whatsapp-float:active,
.aed-wa-float:active{ transform:scale(.98); }
.aed-whatsapp-float svg,
.aed-wa-float svg{ width:28px; height:28px; display:block; color:#fff; }
.aed-whatsapp-float{ padding:0 !important; gap:0 !important; }
.aed-whatsapp-float__text{ display:none !important; }
.aed-whatsapp-float__icon{ display:inline-flex; width:28px; height:28px; align-items:center; justify-content:center; }
.aed-whatsapp-float:focus-visible,
.aed-wa-float:focus-visible{ outline:2px solid rgba(255,255,255,.55); outline-offset:4px; }

@media (max-width: 480px){
  .aed-whatsapp-float,
  .aed-wa-float{ right:14px; bottom:14px; width:58px; height:58px; border-radius:20px; }
  .aed-whatsapp-float::after,
.aed-wa-float::after{ border-radius:22px; }
  .aed-whatsapp-float svg,
.aed-wa-float svg{ width:26px; height:26px; }
}

}



/* Premium interior pages */
.silver-page-hero{background:linear-gradient(180deg,#f6f8f9 0%,#ffffff 75%);border-bottom:1px solid #e9eef0;padding:34px 0 22px;}
.silver-page-hero__inner{max-width:920px;}
.silver-page-hero__title{margin:10px 0 0;font-size:34px;line-height:1.15;font-weight:900;color:#0f4c5c;letter-spacing:-.01em;}
.silver-page-hero__text{margin:10px 0 0;color:#62777f;max-width:760px;}
.silver-page-hero__meta{margin:10px 0 0;color:#7a9097;font-weight:700;font-size:13px;}
.silver-breadcrumb{display:flex;flex-wrap:wrap;gap:10px;align-items:center;color:#7a9097;font-weight:700;font-size:12px;}
.silver-breadcrumb a{color:#0b6a7f;text-decoration:none;}
.silver-breadcrumb a:hover{text-decoration:underline;}

.silver-page-body{padding:26px 0 52px;background:#fff;}
.silver-page-layout{display:grid;grid-template-columns:1.6fr .7fr;gap:22px;align-items:start;}

.silver-content-shell{background:#fff;border:1px solid #e6ecef;border-radius:10px;box-shadow:0 14px 30px rgba(15,76,92,.06);padding:22px;}
.silver-content-shell :is(h2,h3){color:#0f4c5c;}
.silver-content-shell p{color:#2b3a3f;line-height:1.7;}
.silver-content-shell a{color:#0b6a7f;}
.silver-featured{margin:0 0 16px;overflow:hidden;border-radius:10px;}
.silver-featured img{width:100%;height:auto;display:block;}

.silver-sidebar{display:grid;gap:14px;}
.silver-sidecard{background:#fff;border:1px solid #e6ecef;border-radius:10px;box-shadow:0 14px 30px rgba(15,76,92,.06);padding:18px;}
.silver-sidecard__title{font-weight:900;color:#0f4c5c;margin:0 0 10px;}
.silver-sidecard__text{margin:0 0 14px;color:#62777f;}
.silver-sidecard--accent{background:linear-gradient(135deg,#0b6a7f 0%, #0a4d63 70%);border:0;color:#fff;}
.silver-sidecard--accent .silver-sidecard__title{color:#fff;}
.silver-sidecard--accent .silver-sidecard__text{color:rgba(255,255,255,.86);}

.silver-quicklinks{list-style:none;padding:0;margin:0;display:grid;gap:8px;}
.silver-quicklinks a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:8px;background:#f6f8f9;border:1px solid #eef2f4;text-decoration:none;color:#0f4c5c;font-weight:800;}
.silver-quicklinks a:hover{background:#fff;box-shadow:0 10px 18px rgba(15,76,92,.06);}

/* "Devamını Oku / Gör" links: render like the homepage light button */
.silver-link,
.more-link,
.wp-block-read-more,
.wp-block-post-excerpt__more-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  height:44px;
  padding:0 18px;
  border-radius:4px;
  background:#f6f8f9;
  border:1px solid #e1e6e9;
  color:#0f4c5c;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 10px 18px rgba(15,76,92,.06);
}
.silver-link:hover,
.more-link:hover,
.wp-block-read-more:hover,
.wp-block-post-excerpt__more-link:hover{
  transform:translateY(-1px);
  filter:brightness(0.99);
}

.silver-archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
.silver-card{background:#fff;border:1px solid #e6ecef;border-radius:10px;box-shadow:0 14px 30px rgba(15,76,92,.06);overflow:hidden;display:flex;flex-direction:column;}
.silver-card__thumb img{width:100%;height:auto;display:block;}
.silver-card__body{padding:16px 16px 18px;display:flex;flex-direction:column;gap:10px;}
.silver-card__meta{color:#7a9097;font-weight:800;font-size:12px;}
.silver-card__title{margin:0;font-size:18px;line-height:1.2;font-weight:900;}
.silver-card__title a{text-decoration:none;color:#0f4c5c;}
.silver-card__text{margin:0;color:#62777f;}
.silver-pagination{margin-top:18px;}

/* Plugin shortcodes: corporate pages */
.aed-corp-wrap{margin:0;}
.aed-corp-card{border-radius:10px;}
.aed-contact-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:14px 0 10px;}
.aed-contact-card{background:#f6f8f9;border:1px solid #eef2f4;border-radius:10px;padding:12px;}
.aed-contact-card__label{color:#7a9097;font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.04em;}
.aed-contact-card__value{margin-top:6px;color:#0f4c5c;font-weight:900;}
.aed-corp-map iframe{width:100%;height:380px;border:0;border-radius:10px;}

/* Board pyramid */
.aed-board{padding:4px 0;}
.aed-board__level-header{display:flex;align-items:center;gap:14px;margin:18px 0 12px;}
.aed-board__level-title{margin:0;color:#0f4c5c;font-weight:900;font-size:18px;}
.aed-board__level-line{flex:1;height:1px;background:#e9eef0;}
.aed-board__row{display:flex;flex-wrap:wrap;gap:14px;}
.aed-board-card{width:200px;max-width:100%;background:#fff;border:1px solid #e6ecef;border-radius:10px;box-shadow:0 14px 30px rgba(15,76,92,.06);padding:14px;text-align:center;}
.aed-board-card--leader{width:260px;}
.aed-board-card__avatar{width:92px;height:92px;margin:0 auto 10px;border-radius:999px;background-size:cover;background-position:center;border:4px solid #f6f8f9;box-shadow:0 10px 18px rgba(15,76,92,.10);display:flex;align-items:center;justify-content:center;}
.aed-board-card__name{font-weight:900;color:#0f4c5c;}
.aed-board-card__role{margin-top:6px;color:#62777f;font-weight:800;font-size:13px;}

/* Guestbook */
.aed-guestbook__grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
.aed-guestbook__form,.aed-guestbook__list{background:#fff;border:1px solid #e6ecef;border-radius:10px;box-shadow:0 14px 30px rgba(15,76,92,.06);padding:18px;}
.aed-guestbook__cards{display:grid;gap:12px;margin-top:12px;}
.aed-guestbook__card{background:#f6f8f9;border:1px solid #eef2f4;border-radius:10px;padding:14px;}

/* Footer credit */
.silver-footer__credit{opacity:.9;font-weight:800;}
/* Responsive */
@media (max-width: 980px){
  .silver-feature__grid{ grid-template-columns:1fr; }
  .silver-panel + .silver-panel{ border-left:0; border-top:1px solid #e9eef0; }
  .silver-quick{ grid-template-columns:1fr; }
  .silver-updates__grid{ grid-template-columns:1fr; }
  .silver-updates__head{ grid-template-columns:1fr; }
  .silver-updates__split{ display:none; }
  .silver-gallery__grid{ grid-template-columns:repeat(2,1fr); }
  .silver-support__grid{ grid-template-columns:1fr; }
  .silver-footer__grid{ grid-template-columns:1fr 1fr; }
  .silver-footer__brand{ grid-column:1/ -1; }
  .silver-footer__contact{ grid-column:1/ -1; }
  .silver-hero{ height:360px; }
  .silver-hero__title{ font-size:40px; }
  .silver-page-layout{ grid-template-columns:1fr; }
  .silver-archive-grid{ grid-template-columns:1fr; }
  .aed-guestbook__grid{ grid-template-columns:1fr; }
  .aed-contact-cards{ grid-template-columns:1fr; }
}

/* ==========================================================
   Sticky Header + Headline Ticker
   ========================================================== */

.aed-site-header{
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: box-shadow .25s ease, background-color .25s ease, transform .25s ease;
}

.aed-site-header.aed-is-stuck{
  background: rgba(255,255,255,0.88);
  box-shadow: 0 18px 45px rgba(15, 76, 92, 0.14);
}

.aed-site-header.aed-is-stuck .aed-site-description{
  display:none;
}

.aed-site-header.aed-is-stuck .aed-site-header__inner{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Ticker bar (inside header, under main nav) */
.aed-headline-ticker{
  border-top: 1px solid rgba(15, 76, 92, 0.10);
  background: linear-gradient(90deg, rgba(15,76,92,0.08), rgba(42,157,143,0.10));
}

.aed-headline-ticker__inner{
  display:flex;
  align-items:center;
  gap: 12px;
  padding: 10px 0;
}

.aed-headline-ticker__label{
  display:inline-flex;
  align-items:center;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #0f4c5c;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15,76,92,0.10);
  flex: 0 0 auto;
}

.aed-headline-ticker__track{
  flex: 1 1 auto;
  min-width: 0;
}

.aed-headline-ticker__item{
  display:block;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  font-weight: 700;
  color:#163038;
}

.aed-headline-ticker__item:hover{
  text-decoration: underline;
}

.aed-headline-ticker__controls{
  display:flex;
  gap: 6px;
  flex: 0 0 auto;
}

.aed-headline-ticker__btn{
  width: 34px;
  height: 30px;
  border-radius: 12px;
  border: 1px solid rgba(15, 76, 92, 0.14);
  background: rgba(255,255,255,0.9);
  font-weight: 900;
  cursor: pointer;
}

.aed-headline-ticker__btn:hover{
  background: rgba(255,255,255,1);
}

.aed-headline-ticker--single .aed-headline-ticker__controls{
  display:none;
}

@media (max-width: 900px){
  .aed-headline-ticker__inner{
    gap: 10px;
    padding: 10px 0;
  }
  .aed-headline-ticker__controls{ display:none; }
}

@media (max-width: 782px){
  /* Mobile spacing: keep donate CTA away from the Manşet ticker */
  .aed-site-header__inner{ padding-top: 10px !important; padding-bottom: 14px !important; }
  .aed-site-header__actions{ margin-bottom: 8px !important; }
}

@media (max-width: 640px){
  .aed-site-header__inner{ padding-bottom: 16px !important; }
  .aed-site-header__actions{ margin-bottom: 10px !important; }
}

@media (prefers-reduced-motion: reduce){
  .aed-site-header{ transition:none; }
}


/* --- Hero Slider (admin yönetimli) --- */
/* Not: Hero side-card (Atatürk) z-index:3. Slider kontrolleri üstte kalsın. */
.silver-hero--slider{ position:relative; }
.silver-hero--slider .silver-hero__slides{ position:relative; height:100%; }
.silver-hero--slider .silver-hero__slide{ position:absolute; inset:0; opacity:0; transform:translateY(6px); transition:opacity .35s ease, transform .35s ease; pointer-events:none; }
.silver-hero--slider .silver-hero__slide.is-active{ opacity:1; transform:translateY(0); pointer-events:auto; }

/* Controls overlay: oklar dikey ortada yanlarda, noktalar altta ortada */
.silver-hero--slider .silver-hero__controls{
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:8;
}
.silver-hero--slider .silver-hero__dots{
  position:absolute;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  z-index:9;
  pointer-events:auto;
}
.silver-hero--slider .silver-hero__dot{
  width:10px;
  height:10px;
  border-radius:999px;
  background:transparent;
  border:1px solid rgba(255,255,255,.55);
  cursor:pointer;
}
.silver-hero--slider .silver-hero__dot.is-active{ background:#fff; }

.silver-hero--slider .silver-hero__nav{
  position:absolute;
  inset-inline:14px;
  top:50%;
  transform:translateY(-50%);
  display:flex;
  align-items:center;
  justify-content:space-between;
  z-index:9;
  pointer-events:none;
}
.silver-hero--slider .silver-hero__navbtn{
  width:50px;
  height:50px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.35);
  background:rgba(0,0,0,.18);
  color:#fff;
  font-size:24px;
  line-height:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  backdrop-filter:blur(6px);
  pointer-events:auto;
  box-shadow:0 10px 24px rgba(0,0,0,.16);
}
.silver-hero--slider .silver-hero__navbtn:hover{ background:rgba(0,0,0,.26); }

.silver-hero--slider .silver-hero__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  max-width:max-content;
  padding:.35rem .7rem;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  font-weight:800;
  font-size:.85rem;
  margin-bottom:10px;
}

@media (max-width: 1200px){
  .silver-hero--slider .silver-hero__nav{ inset-inline:10px; }
}

@media (max-width: 980px){
  .silver-hero--slider .silver-hero__nav{
    inset-inline:12px;
  }
  .silver-hero--slider .silver-hero__navbtn{
    width:44px;
    height:44px;
  }
}

@media (max-width: 900px){
  .silver-hero--slider .silver-hero__dots{ bottom:14px; }
  .silver-hero--slider .silver-hero__nav{ display:none; }
}



/* Footer logo rendering */
.silver-footer__logo{ display:flex; align-items:center; justify-content:flex-start; gap:10px; }
.silver-footer__logoimg{ width:54px; height:54px; object-fit:contain; display:block; }
.silver-footer__logo .custom-logo-link{ display:inline-flex; align-items:center; justify-content:center; }
.silver-footer__logo .custom-logo{ width:54px; height:54px; object-fit:contain; display:block; }
.silver-footer__credit{ margin-left:6px; color:rgba(234,243,246,.75); font-weight:700; font-size:12px; }


/* RESPONSIVE POLISH */
@media (max-width: 1100px){
  .silver-feature__grid{ grid-template-columns: 1fr; }
  .silver-panel + .silver-panel{ border-left:0; border-top:1px solid #e9eef0; }
  .silver-panel{ padding:16px 18px; }
  .silver-acts__tiles{ grid-template-columns: repeat(3, minmax(0,1fr)); }
  .silver-updates__head{ grid-template-columns: 1fr; }
  .silver-updates__split{ display:none; }
  .silver-updates__grid{ grid-template-columns: 1fr; gap:16px; }
  .silver-events{ grid-template-columns: 1fr; }
  .silver-gallery__grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .silver-footer__grid{ grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 780px){
  .silver-hero{ height:auto; min-height: 420px; }
  .silver-hero__inner{ padding:28px 0; }
  .silver-hero__title{ font-size:40px; }
  .silver-quick{ grid-template-columns: 1fr; }
  .silver-acts__tiles{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .silver-gallery__item{ height:140px; }
  .silver-footer__grid{ grid-template-columns: 1fr 1fr; gap:18px; }
  .silver-footer__bottominner{ flex-direction:column; gap:10px; align-items:flex-start; }
}
@media (max-width: 520px){
  .aed-container{ width:calc(100% - 1.25rem); }
  .silver-hero__title{ font-size:34px; }
  .silver-acts__tiles{ grid-template-columns: 1fr; }
  .silver-gallery__grid{ grid-template-columns: 1fr; }
  .silver-footer__grid{ grid-template-columns: 1fr; }
}

/* Sidebar uses the same solidarity card */
.silver-support__right--sidebar{ border-radius:12px; }
.silver-support__right--sidebar .silver-support__right-inner{ min-height:auto; }

@media (max-width: 980px){
  .silver-page-layout{ grid-template-columns: 1fr; }
}

/* HERO GAP */
.site-main{padding-top:14px;}

/* Gallery page */
.silver-gallerypage{padding:18px 0 34px;}
.silver-gallerypage__filters{display:flex;flex-wrap:wrap;gap:10px;margin:6px 0 18px;}
.silver-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:999px;border:1px solid #e0eaee;background:#fff;color:#0f4c5c;font-weight:800;text-decoration:none;box-shadow:0 10px 18px rgba(15,76,92,.06);}
.silver-chip:hover{transform:translateY(-1px);}
.silver-chip.is-active{background:#0f4c5c;color:#fff;border-color:#0f4c5c;}
.silver-gallerypage__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}
.silver-gallerypage__item{display:block;text-decoration:none;border-radius:18px;overflow:hidden;border:1px solid #e6ecef;background:#fff;box-shadow:0 12px 26px rgba(15,76,92,.08);transition:transform .2s ease;}
.silver-gallerypage__item:hover{transform:translateY(-2px);}
.silver-gallerypage__thumb{position:relative;height:160px;display:flex;align-items:center;justify-content:center;background-color:#f3f7f8;}
.silver-gallerypage__thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.silver-gallerypage__zoom{position:absolute;right:10px;top:10px;width:38px;height:38px;border-radius:999px;border:1px solid rgba(255,255,255,.6);background:rgba(15,76,92,.72);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;backdrop-filter:blur(6px);}
.silver-gallerypage__zoom:hover{filter:brightness(1.06);}
.silver-gallerypage__thumb-fallback{font-size:26px;opacity:.6}
.silver-gallerypage__meta{padding:12px 12px 14px;}
.silver-gallerypage__title{color:#163038;font-weight:900;line-height:1.2;}
.silver-pagination{margin-top:18px;}
.silver-empty{padding:14px;border:1px dashed #d8e3e7;border-radius:14px;background:#fff;color:#4f6570;text-align:center;}
@media (max-width: 1100px){
  .silver-gallerypage__grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width: 780px){
  .silver-gallerypage__grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .silver-gallerypage__thumb{height:140px;}
}
@media (max-width: 520px){
  .silver-gallerypage__grid{grid-template-columns:1fr;}
}

/* Media page (shares gallery layout, with extra meta) */
.silver-mediapage__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}
.silver-mediapage__item{display:block;text-decoration:none;border-radius:18px;overflow:hidden;border:1px solid #e6ecef;background:#fff;box-shadow:0 12px 26px rgba(15,76,92,.08);transition:transform .2s ease;position:relative;}
.silver-mediapage__item:hover{transform:translateY(-2px);} 
.silver-mediapage__badge{position:absolute;left:12px;top:12px;width:34px;height:34px;border-radius:999px;background:rgba(15,76,92,.78);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;backdrop-filter:blur(6px);}
.silver-mediapage__meta{padding:12px 12px 14px;}
.silver-mediapage__title{color:#163038;font-weight:900;line-height:1.2;}
.silver-mediapage__source{margin-top:6px;color:#5a707a;font-weight:800;font-size:12px;}
@media (max-width: 1100px){
  .silver-mediapage__grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width: 780px){
  .silver-mediapage__grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 520px){
  .silver-mediapage__grid{grid-template-columns:1fr;}
}

/* Partners */
.silver-partners__section{margin:0 0 26px;}
.silver-partners__head{margin:0 0 12px;}
.silver-partners__title{margin:0;font-size:22px;line-height:1.2;font-weight:900;color:#163038;}
.silver-partners__desc{margin:6px 0 0;color:#546b75;font-weight:700;}
.silver-partners__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
.silver-partner{display:flex;gap:12px;align-items:center;padding:14px;border-radius:18px;border:1px solid #e6ecef;background:#fff;box-shadow:0 12px 26px rgba(15,76,92,.08);text-decoration:none;position:relative;transition:transform .2s ease;}
.silver-partner:hover{transform:translateY(-2px);} 
.silver-partner__logo{width:64px;height:64px;border-radius:16px;background:#f3f7f8;border:1px solid #e6ecef;display:flex;align-items:center;justify-content:center;overflow:hidden;flex:0 0 auto;}
.silver-partner__logo img{max-width:100%;max-height:100%;object-fit:contain;display:block;}
.silver-partner__fallback{font-weight:900;color:#0f4c5c;}
.silver-partner__name{font-weight:900;color:#163038;}
.silver-partner__text{margin-top:4px;color:#5a707a;font-weight:700;font-size:13px;line-height:1.3;}
.silver-partner__ext{position:absolute;right:12px;top:12px;width:30px;height:30px;border-radius:999px;background:rgba(15,76,92,.10);color:#0f4c5c;display:flex;align-items:center;justify-content:center;font-weight:900;}
@media (max-width: 980px){
  .silver-partners__grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 520px){
  .silver-partners__grid{grid-template-columns:1fr;}
}

/* Success stories */
.silver-stories__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.silver-story{border-radius:18px;overflow:hidden;border:1px solid #e6ecef;background:#fff;box-shadow:0 12px 26px rgba(15,76,92,.08);}
.silver-story__thumb{display:block;height:180px;overflow:hidden;}
.silver-story__thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.silver-story__body{padding:14px 14px 16px;}
.silver-story__meta{color:#5a707a;font-weight:800;font-size:12px;margin-bottom:6px;}
.silver-story__title{margin:0 0 8px;font-size:18px;line-height:1.2;font-weight:900;}
.silver-story__title a{text-decoration:none;color:#163038;}
.silver-story__text{margin:0 0 12px;color:#546b75;font-weight:700;}
@media (max-width: 980px){
  .silver-stories__grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 520px){
  .silver-stories__grid{grid-template-columns:1fr;}
}

/* President messages */
.silver-president__featured{border-radius:22px;border:1px solid #e6ecef;background:#fff;box-shadow:0 12px 26px rgba(15,76,92,.08);overflow:hidden;margin:0 0 18px;}
.silver-president__featured-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:0;align-items:stretch;}
.silver-president__featured-text{padding:18px 18px 20px;}
.silver-president__meta{color:#5a707a;font-weight:900;font-size:12px;}
.silver-president__title{margin:8px 0 10px;font-size:22px;line-height:1.2;font-weight:900;}
.silver-president__title a{text-decoration:none;color:#163038;}
.silver-president__excerpt{margin:0 0 14px;color:#546b75;font-weight:700;}
.silver-president__featured-photo{display:block;background:#f3f7f8;min-height:220px;}
.silver-president__featured-photo img{width:100%;height:100%;object-fit:cover;display:block;}
.silver-president__sig{margin-top:14px;padding-top:12px;border-top:1px dashed #d8e3e7;color:#163038;display:flex;flex-direction:column;gap:2px;}
.silver-president__sig span{color:#5a707a;font-weight:800;font-size:12px;}
.silver-president__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
.silver-president__item{border-radius:18px;border:1px solid #e6ecef;background:#fff;box-shadow:0 12px 26px rgba(15,76,92,.08);padding:14px;}
.silver-president__item-meta{color:#5a707a;font-weight:900;font-size:12px;margin-bottom:6px;}
.silver-president__item-title{margin:0 0 8px;font-size:16px;line-height:1.2;font-weight:900;}
.silver-president__item-title a{text-decoration:none;color:#163038;}
.silver-president__item-excerpt{margin:0 0 12px;color:#546b75;font-weight:700;}
.silver-president__signature{margin-top:18px;padding-top:14px;border-top:1px dashed #d8e3e7;display:flex;flex-direction:column;gap:4px;max-width:320px;}
.silver-president__signature-name{font-weight:900;color:#163038;}
.silver-president__signature-title{font-weight:800;color:#5a707a;font-size:12px;}
@media (max-width: 980px){
  .silver-president__featured-inner{grid-template-columns:1fr;}
  .silver-president__list{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 520px){
  .silver-president__list{grid-template-columns:1fr;}
}

/* Mobile: keep the SAME look as desktop (wrap chips instead of horizontal scroll) */
@media (max-width: 680px){
  .silver-gallerypage__filters{flex-wrap:wrap;overflow:visible;padding-bottom:0;gap:8px;}
  .silver-chip{padding:9px 11px;font-size:13px;}
}

/* Lightbox */
.aed-lightbox{position:fixed;inset:0;z-index:999999;display:none;}
.aed-lightbox.is-open{display:block;}
.aed-lightbox__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);}
.aed-lightbox__panel{position:relative;max-width:980px;width:calc(100% - 28px);margin:5vh auto;background:#0b0f12;border-radius:22px;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.35);}
.aed-lightbox__close{position:absolute;right:10px;top:10px;width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff;font-size:24px;cursor:pointer;}
.aed-lightbox__close:hover{filter:brightness(1.08);}
.aed-lightbox__figure{margin:0;}
.aed-lightbox__img{display:block;width:100%;height:auto;max-height:78vh;object-fit:contain;background:#0b0f12;}
.aed-lightbox__caption{padding:10px 14px;color:rgba(255,255,255,.85);font-weight:800;}
.aed-lightbox-open{overflow:hidden;}



/* Badge */
.silver-badge{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(15,76,92,.10);
  color:#0f4c5c;
  font-weight:900;
  font-size:12px;
  letter-spacing:.04em;
  text-transform:uppercase;
}


/* Event info card (single-aed_event) */
.silver-event-info{
  margin: 0 0 16px;
  border:1px solid #e6ecef;
  border-radius:12px;
  background:#f8fbfc;
  padding:14px;
}
.silver-event-info__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 14px;
  align-items:start;
}
.silver-event-info__item{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.silver-event-info__item strong{ color:#0f4c5c; font-weight:900; }
.silver-event-info__item span{ color:#2b3a3f; font-weight:800; }
.silver-event-info__item--full{ grid-column: 1 / -1; }
@media (max-width: 700px){
  .silver-event-info__grid{ grid-template-columns:1fr; }
}


/* Homepage extra sections (partners/media) */
.silver-home-extra{padding:18px 0 6px;}
.silver-home-extra__cta{display:flex;justify-content:center;margin-top:18px;}
.silver-home-partners .silver-partners__grid{margin-top:8px;}
.silver-home-media .silver-mediapage__grid{margin-top:8px;}

/* =========================================================
   Kurumsal içerik iyileştirmeleri / profesyonel iç sayfalar
   ========================================================= */
.silver-page-hero--showcase{background:linear-gradient(180deg,#f4f8fa 0%,#ffffff 72%);}
.silver-content-shell{border-radius:24px;border:1px solid #e6edf0;background:linear-gradient(180deg,#ffffff 0%,#fbfdfe 100%);box-shadow:0 20px 48px rgba(15,76,92,.06);padding:30px;}
.silver-content-shell > *:first-child{margin-top:0;}
.silver-content-shell h2,.silver-content-shell h3,.silver-content-shell h4{color:#163038;letter-spacing:-.01em;}
.silver-content-shell h2{font-size:28px;margin:0 0 14px;font-weight:900;}
.silver-content-shell h3{font-size:22px;margin:24px 0 10px;font-weight:900;}
.silver-content-shell p{color:#526872;line-height:1.8;}
.silver-content-shell ul,.silver-content-shell ol{padding-left:22px;color:#526872;line-height:1.8;}
.silver-content-shell li+li{margin-top:6px;}
.silver-content-shell blockquote{margin:22px 0;padding:18px 20px;border-left:4px solid #0f4c5c;background:#f7fbfc;border-radius:16px;color:#35515c;font-weight:700;}
.silver-content-shell table{width:100%;border-collapse:collapse;margin:18px 0;border-radius:16px;overflow:hidden;border:1px solid #e5edf0;}
.silver-content-shell table th,.silver-content-shell table td{padding:12px 14px;border-bottom:1px solid #edf2f4;text-align:left;}
.silver-content-shell table th{background:#f7fafb;color:#163038;font-weight:800;}
.silver-content-shell img{border-radius:18px;}
.silver-sidecard,.silver-support__right-inner{border-radius:22px;box-shadow:0 18px 40px rgba(15,76,92,.08);}
.silver-featured--partner{padding:18px;background:#fff;border:1px solid #e8eef1;border-radius:24px;box-shadow:0 14px 30px rgba(15,76,92,.06);}
.silver-featured--partner img{max-height:220px;width:auto;margin:0 auto;display:block;object-fit:contain;}

.aed-showcase,.aed-staff-showcase{display:grid;gap:26px;}
.aed-showcase__lead,.aed-staff-showcase__lead{max-width:860px;padding:22px 24px;border:1px solid #e6edf0;border-radius:24px;background:linear-gradient(135deg,#f7fbfc 0%,#ffffff 100%);box-shadow:0 14px 34px rgba(15,76,92,.06);}
.aed-showcase__eyebrow,.aed-staff-showcase__eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:rgba(15,76,92,.08);color:#0f4c5c;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;}
.aed-showcase__title,.aed-staff-showcase__title{margin:14px 0 8px;font-size:32px;line-height:1.15;font-weight:900;color:#163038;letter-spacing:-.02em;}
.aed-showcase__text,.aed-staff-showcase__text{margin:0;color:#5b7079;line-height:1.8;}
.aed-showcase__section{display:grid;gap:16px;}
.aed-showcase__section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:0 2px;}
.aed-showcase__section-title{margin:0;font-size:24px;font-weight:900;color:#163038;}
.aed-showcase__section-text{margin:6px 0 0;color:#617782;font-weight:700;}
.aed-showcase__count{min-width:44px;height:44px;border-radius:999px;background:#0f4c5c;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:900;box-shadow:0 14px 30px rgba(15,76,92,.18);}
.aed-showcase__footer{padding-top:6px;}
.aed-showcase__link{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:999px;background:#0f4c5c;color:#fff;text-decoration:none;font-weight:800;box-shadow:0 14px 30px rgba(15,76,92,.18);}
.aed-showcase__link:hover{transform:translateY(-1px);}

.aed-showcase-grid--supporters,.aed-staff-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.aed-supporter-card,.aed-staff-card{display:flex;flex-direction:column;min-height:100%;border:1px solid #e5edf0;border-radius:24px;background:linear-gradient(180deg,#ffffff 0%,#fbfdfe 100%);box-shadow:0 18px 40px rgba(15,76,92,.08);overflow:hidden;transition:transform .22s ease, box-shadow .22s ease;border-top:4px solid rgba(15,76,92,.14);}
.aed-supporter-card:hover,.aed-staff-card:hover{transform:translateY(-4px);box-shadow:0 24px 52px rgba(15,76,92,.12);}
.aed-supporter-card__logo,.aed-staff-card__media{display:flex;align-items:center;justify-content:center;min-height:190px;padding:24px;background:linear-gradient(180deg,#f8fbfc 0%,#eef5f7 100%);border-bottom:1px solid #e7eef1;text-decoration:none;}
.aed-supporter-card__logo img,.aed-staff-card__media img{max-width:100%;max-height:130px;object-fit:contain;display:block;}
.aed-staff-card__media img{width:100%;height:240px;object-fit:cover;max-height:none;}
.aed-supporter-card__fallback,.aed-staff-card__fallback{width:84px;height:84px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#0f4c5c;color:#fff;font-size:34px;font-weight:900;box-shadow:0 18px 30px rgba(15,76,92,.22);}
.aed-supporter-card__body,.aed-staff-card__body{display:flex;flex-direction:column;gap:10px;padding:22px;}
.aed-supporter-card__eyebrow,.aed-staff-card__eyebrow{font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#0f4c5c;}
.aed-supporter-card__title,.aed-staff-card__name{margin:0;font-size:22px;line-height:1.2;color:#163038;font-weight:900;}
.aed-supporter-card__title a{text-decoration:none;color:inherit;}
.aed-staff-card__role{color:#495f67;font-weight:800;}
.aed-supporter-card__text,.aed-staff-card__text{margin:0;color:#5a7079;line-height:1.7;}
.aed-supporter-card__actions,.aed-staff-card__actions,.aed-staff-card__social{display:flex;flex-wrap:wrap;gap:8px;}
.aed-staff-card__footer{display:grid;gap:10px;margin-top:auto;padding-top:6px;}
.aed-mini-chip{display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border-radius:999px;border:1px solid #d9e5e9;background:#fff;color:#163038;text-decoration:none;font-weight:800;font-size:13px;}
.aed-mini-chip--solid{background:#0f4c5c;border-color:#0f4c5c;color:#fff;}
.aed-supporter-card__actions{margin-top:auto;padding-top:6px;}
.aed-staff-card__social a{font-size:12px;font-weight:800;text-decoration:none;color:#0f4c5c;padding:6px 10px;border-radius:999px;background:rgba(15,76,92,.08);}
.aed-board__level{padding:20px 22px;border:1px solid #e6edf0;border-radius:22px;background:linear-gradient(180deg,#ffffff 0%,#fbfdfe 100%);box-shadow:0 16px 34px rgba(15,76,92,.06);}
.aed-board-card{border-radius:20px;box-shadow:0 18px 36px rgba(15,76,92,.08);border:1px solid #e7eef1;padding:18px;}
.aed-board-card__avatar{width:98px;height:98px;}
.aed-board-card__name{font-size:18px;}
.aed-board-card__role{font-size:13px;color:#536973;}

.silver-partners--premium .aed-showcase__lead{margin-bottom:10px;}
.silver-content-shell--partner{display:grid;gap:18px;}

@media (max-width: 1100px){
  .aed-showcase-grid--supporters,.aed-staff-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 767px){
  .silver-content-shell{padding:22px;}
  .aed-showcase__lead,.aed-staff-showcase__lead{padding:18px;}
  .aed-showcase__title,.aed-staff-showcase__title{font-size:26px;}
  .aed-showcase-grid--supporters,.aed-staff-grid{grid-template-columns:1fr;}
  .aed-showcase__section-head{flex-direction:column;align-items:flex-start;}
  .aed-supporter-card__logo,.aed-staff-card__media{min-height:160px;}
  .aed-staff-card__media img{height:220px;}
}

/* Supporters – executive corporate cards */
.aed-showcase--supporters-pro{gap:30px;}
.aed-showcase__lead--supporters-pro{position:relative;overflow:hidden;padding:28px 30px;border-radius:28px;background:linear-gradient(135deg,#f7fbfc 0%,#ffffff 48%,#eef6f8 100%);border:1px solid #dfeaec;box-shadow:0 18px 42px rgba(15,76,92,.08);}
.aed-showcase__lead--supporters-pro::after{content:"";position:absolute;right:-60px;top:-60px;width:210px;height:210px;border-radius:50%;background:radial-gradient(circle,rgba(15,76,92,.12) 0%,rgba(15,76,92,0) 70%);pointer-events:none;}
.aed-showcase__meta-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;}
.aed-showcase__meta-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid #dce8eb;color:#294a55;font-weight:800;font-size:13px;box-shadow:0 8px 20px rgba(15,76,92,.05);}
.aed-showcase__meta-pill strong{font-size:15px;color:#0f4c5c;}
.aed-showcase__section--supporters-pro{display:grid;gap:16px;}
.aed-showcase__section-head--supporters-pro{align-items:flex-start;padding:0 4px;}
.aed-showcase-grid--supporters-pro{gap:22px;}
.aed-supporter-card--executive{position:relative;border-radius:26px;border:1px solid #dfeaec;background:linear-gradient(180deg,#ffffff 0%,#fbfdfe 100%);box-shadow:0 18px 40px rgba(15,76,92,.08);overflow:hidden;}
.aed-supporter-card--executive::before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:5px;background:linear-gradient(90deg,#0f4c5c 0%,#2e7586 50%,#7fb7c4 100%);opacity:.95;}
.aed-supporter-card--executive:hover{transform:translateY(-4px);box-shadow:0 24px 52px rgba(15,76,92,.14);}
.aed-supporter-card--executive .aed-supporter-card__frame{padding:18px 18px 0;}
.aed-supporter-card--executive .aed-supporter-card__logo{min-height:188px;padding:22px;border-radius:22px;background:linear-gradient(180deg,#f9fcfd 0%,#eef5f7 100%);border:1px solid #e4edef;position:relative;overflow:hidden;}
.aed-supporter-card--executive .aed-supporter-card__logo::before{content:"";position:absolute;inset:auto -40px -70px auto;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(15,76,92,.08) 0%,rgba(15,76,92,0) 72%);}
.aed-supporter-card--executive .aed-supporter-card__logo img{position:relative;z-index:1;max-width:100%;max-height:122px;object-fit:contain;filter:saturate(1.02) contrast(1.02);}
.aed-supporter-card--executive .aed-supporter-card__fallback{position:relative;z-index:1;}
.aed-supporter-card--executive .aed-supporter-card__body{padding:22px 22px 24px;gap:10px;}
.aed-supporter-card--executive .aed-supporter-card__eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;letter-spacing:.12em;color:#0f4c5c;font-weight:900;text-transform:uppercase;}
.aed-supporter-card--executive .aed-supporter-card__eyebrow::before{content:"";width:8px;height:8px;border-radius:50%;background:#0f4c5c;box-shadow:0 0 0 6px rgba(15,76,92,.10);}
.aed-supporter-card--executive .aed-supporter-card__title{font-size:24px;line-height:1.18;letter-spacing:-.02em;}
.aed-supporter-card--executive .aed-supporter-card__role{font-size:13px;font-weight:800;color:#5c6f77;}
.aed-supporter-card--executive .aed-supporter-card__text{min-height:78px;color:#5a7079;line-height:1.75;}
.aed-supporter-card--executive .aed-supporter-card__footer{margin-top:auto;padding-top:4px;border-top:1px solid #edf3f5;}
.aed-supporter-card--executive .aed-supporter-card__actions{margin-top:14px;}
.aed-supporter-card--executive .aed-mini-chip{padding:10px 14px;font-size:12px;letter-spacing:.01em;}
.aed-showcase-grid--supporters-home .aed-supporter-card--executive .aed-supporter-card__text{min-height:0;}
@media (max-width: 1100px){
  .aed-showcase__lead--supporters-pro{padding:24px;}
  .aed-supporter-card--executive .aed-supporter-card__logo{min-height:172px;}
}
@media (max-width: 767px){
  .aed-showcase__lead--supporters-pro{padding:20px 18px;border-radius:24px;}
  .aed-showcase__meta-row{margin-top:14px;}
  .aed-supporter-card--executive .aed-supporter-card__frame{padding:14px 14px 0;}
  .aed-supporter-card--executive .aed-supporter-card__logo{min-height:156px;padding:18px;border-radius:20px;}
  .aed-supporter-card--executive .aed-supporter-card__body{padding:18px 18px 20px;}
  .aed-supporter-card--executive .aed-supporter-card__title{font-size:21px;}
  .aed-supporter-card--executive .aed-supporter-card__text{min-height:0;}
}


/* Supporters page – institutional corporate grid */
.aed-showcase--supporters-pro{gap:34px;}
.aed-showcase__lead--supporters-pro{padding:34px 36px;border-radius:30px;background:linear-gradient(135deg,#f6fafb 0%,#ffffff 52%,#eef5f7 100%);border:1px solid #dde8eb;box-shadow:0 20px 44px rgba(15,76,92,.07);}
.aed-showcase__lead--supporters-pro::after{right:-42px;top:-42px;width:190px;height:190px;background:radial-gradient(circle,rgba(15,76,92,.10) 0%,rgba(15,76,92,0) 72%);}
.aed-showcase__section--supporters-pro{gap:18px;}
.aed-showcase__section-head--supporters-pro,.aed-showcase__section-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;padding:0 2px 4px;border-bottom:1px solid #e6eef1;}
.aed-showcase__section-title{font-size:28px;line-height:1.15;letter-spacing:-.02em;}
.aed-showcase__section-text{max-width:760px;color:#5f737c;line-height:1.72;}
.aed-showcase__count{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 12px;border-radius:999px;background:#f2f7f8;border:1px solid #dce8eb;color:#0f4c5c;font-weight:900;box-shadow:none;}
.aed-showcase-grid--supporters-pro{gap:18px;grid-template-columns:repeat(3,minmax(0,1fr));}
.aed-supporter-card--institutional{position:relative;border:1px solid #e1eaed;border-radius:24px;background:#fff;box-shadow:0 14px 34px rgba(15,76,92,.06);overflow:hidden;transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;}
.aed-supporter-card--institutional:hover{transform:translateY(-4px);border-color:#cfe0e5;box-shadow:0 22px 46px rgba(15,76,92,.11);}
.aed-supporter-card--institutional::before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:4px;background:linear-gradient(90deg,#0f4c5c 0%,#3f8b9c 100%);}
.aed-supporter-card__surface{display:flex;flex-direction:column;min-height:100%;color:inherit;text-decoration:none;}
.aed-supporter-card--institutional .aed-supporter-card__frame{padding:22px 22px 0;}
.aed-supporter-card--institutional .aed-supporter-card__logo{min-height:170px;padding:20px;border-radius:20px;border:1px solid #e7eef1;background:linear-gradient(180deg,#ffffff 0%,#f6fafb 100%);display:flex;align-items:center;justify-content:center;overflow:hidden;}
.aed-supporter-card--institutional .aed-supporter-card__logo img{max-width:100%;max-height:112px;object-fit:contain;filter:none;}
.aed-supporter-card--institutional .aed-supporter-card__body{padding:18px 22px 22px;gap:10px;}
.aed-supporter-card--institutional .aed-supporter-card__eyebrow{display:inline-flex;align-items:center;align-self:flex-start;padding:7px 12px;border-radius:999px;background:#f2f7f8;border:1px solid #d8e6ea;font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:#0f4c5c;}
.aed-supporter-card--institutional .aed-supporter-card__title{margin:0;font-size:22px;line-height:1.22;letter-spacing:-.02em;color:#17333b;font-weight:900;}
.aed-supporter-card--institutional .aed-supporter-card__text{margin:0;color:#5d717a;line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:0;}
.aed-supporter-card__meta-row{margin-top:auto;padding-top:10px;border-top:1px solid #edf3f5;display:flex;align-items:center;justify-content:space-between;gap:12px;}
.aed-supporter-card__meta-label{font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#49616b;}
.aed-supporter-card__arrow{font-size:18px;font-weight:900;color:#0f4c5c;line-height:1;}
.aed-showcase-grid--supporters-home .aed-supporter-card--institutional .aed-supporter-card__text{display:none;}
.aed-showcase-grid--supporters-home .aed-supporter-card--institutional .aed-supporter-card__logo{min-height:150px;}
@media (max-width: 1100px){
  .aed-showcase-grid--supporters-pro{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 767px){
  .aed-showcase__lead--supporters-pro{padding:24px 20px;border-radius:24px;}
  .aed-showcase__section-head--supporters-pro,.aed-showcase__section-head{flex-direction:column;align-items:flex-start;}
  .aed-showcase__section-title{font-size:24px;}
  .aed-showcase-grid--supporters-pro{grid-template-columns:1fr;}
  .aed-supporter-card--institutional .aed-supporter-card__frame{padding:16px 16px 0;}
  .aed-supporter-card--institutional .aed-supporter-card__logo{min-height:148px;padding:16px;border-radius:18px;}
  .aed-supporter-card--institutional .aed-supporter-card__body{padding:16px 16px 18px;}
  .aed-supporter-card--institutional .aed-supporter-card__title{font-size:20px;}
}


/* --- Header menu overflow hardening --- */
.aed-site-header__inner{
  grid-template-columns: minmax(0, auto) minmax(0, 1fr) auto !important;
}
.aed-main-navigation{
  min-width: 0;
}
.aed-main-navigation__menu{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  row-gap: 8px;
  column-gap: clamp(12px, 1.6vw, 22px);
}
.aed-main-navigation__menu > li{
  min-width: 0;
}
.aed-main-navigation__menu a{
  display:block;
  white-space:normal;
  overflow-wrap:anywhere;
  text-align:center;
  line-height:1.2;
}
@media (max-width: 1180px){
  .aed-main-navigation{
    display:none !important;
  }
  .aed-menu-toggle{
    display:inline-flex !important;
  }
  .aed-site-header__inner{
    grid-template-columns:auto auto auto !important;
  }
  .aed-site-header__actions{
    justify-content:flex-end;
  }
}
@media (max-width: 980px){
  .aed-site-description{
    display:none;
  }
}


/* =========================================================
   Rich content safety fixes (prevent horizontal overflow)
   ========================================================= */
.silver-article,
.silver-article__content,
.silver-content-shell{min-width:0;}

.silver-article__figure{margin:0 0 18px;overflow:hidden;border-radius:22px;}
.silver-article__figure img{width:100%;height:auto;display:block;}

.silver-article__content,
.silver-content-shell{
  overflow-wrap:anywhere;
  word-break:break-word;
}

.silver-article__content > *:first-child,
.silver-content-shell > *:first-child{margin-top:0;}

.silver-article__content :is(p, ul, ol, blockquote, table, pre, figure, iframe, embed, object, video, .wp-block-image, .wp-block-embed, .wp-block-table),
.silver-content-shell :is(p, ul, ol, blockquote, table, pre, figure, iframe, embed, object, video, .wp-block-image, .wp-block-embed, .wp-block-table){
  max-width:100%;
}

.silver-article__content a,
.silver-content-shell a{overflow-wrap:anywhere;}

.silver-article__content img,
.silver-article__content iframe,
.silver-article__content embed,
.silver-article__content object,
.silver-article__content video,
.silver-content-shell img,
.silver-content-shell iframe,
.silver-content-shell embed,
.silver-content-shell object,
.silver-content-shell video{max-width:100%;height:auto;}

.silver-article__content table,
.silver-content-shell table{
  display:block;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}

.silver-article__content pre,
.silver-article__content code,
.silver-content-shell pre,
.silver-content-shell code{
  white-space:pre-wrap;
  word-break:break-word;
}

@media (max-width: 782px){
  .silver-content-shell,
  .silver-article--rich{padding:18px;}
}


/* Slider içi yönetilebilir görsel */
.silver-hero--slider .silver-hero__inner{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr);
  align-items:center;
  gap:28px;
}
.silver-hero--slider .silver-hero__content{ max-width:680px; }
.silver-hero--slider .silver-hero__media{
  position:relative;
  z-index:4;
  justify-self:end;
  max-width:440px;
  width:100%;
}
.silver-hero--slider .silver-hero__mediaimg{
  display:block;
  width:100%;
  max-height:420px;
  object-fit:contain;
  filter:drop-shadow(0 18px 34px rgba(0,0,0,.22));
}
@media (max-width: 980px){
  .silver-hero--slider .silver-hero__inner{
    grid-template-columns:1fr;
    gap:18px;
  }
  .silver-hero--slider .silver-hero__media{
    justify-self:start;
    max-width:320px;
  }
}


/* Gallery albums */
.silver-gallery__grid--albums{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;}
.silver-gallery__item--album{height:auto;min-height:100%;border-radius:20px;background:#fff;border:1px solid #e6ecef;box-shadow:0 14px 28px rgba(15,76,92,.08);overflow:hidden;display:flex;flex-direction:column;}
.silver-gallery__media{position:relative;height:220px;background:#f3f7f8;}
.silver-gallery__item--album img{width:100%;height:100%;object-fit:cover;display:block;}
.silver-gallery__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:34px;color:#78919a;background:linear-gradient(135deg,#eef4f6,#f7fbfc);}
.silver-gallery__count,.silver-gallerypage__count{position:absolute;left:12px;bottom:12px;padding:7px 11px;border-radius:999px;background:rgba(15,76,92,.82);color:#fff;font-size:12px;font-weight:800;backdrop-filter:blur(6px);}
.silver-gallery__meta{padding:14px 14px 16px;display:flex;flex-direction:column;gap:6px;}
.silver-gallery__eyebrow,.silver-gallerypage__eyebrow{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#3b7b90;}
.silver-gallery__title{color:#163038;font-size:18px;line-height:1.25;}
.silver-empty--gallery{padding:18px 20px;border:1px dashed #cfe0e6;border-radius:16px;background:#fbfdfe;color:#47636d;}

.silver-gallerypage__grid--albums{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.silver-gallerypage__item--album{border-radius:20px;}
.silver-gallerypage__item--album .silver-gallerypage__thumb{height:220px;}
.silver-gallery-single__intro{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:24px;align-items:start;}
.silver-gallery-single__cover{position:relative;border-radius:22px;overflow:hidden;border:1px solid #e6ecef;box-shadow:0 18px 30px rgba(15,76,92,.08);background:#f3f7f8;}
.silver-gallery-single__cover img{width:100%;height:auto;display:block;}
.silver-gallery-single__summary{background:#fff;border:1px solid #e6ecef;border-radius:20px;padding:18px 18px 16px;box-shadow:0 12px 24px rgba(15,76,92,.06);}
.silver-gallery-single__excerpt{margin:0 0 10px;color:#36545d;font-weight:700;}
.silver-gallery-single__album{margin-top:24px;}
.silver-gallery-single__album h2,.silver-gallery-single__related h2{margin:0 0 14px;color:#163038;font-weight:900;}
.silver-gallery-single__album-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
.silver-gallery-single__album-item{position:relative;display:block;border-radius:18px;overflow:hidden;background:#f3f7f8;border:1px solid #e6ecef;min-height:180px;}
.silver-gallery-single__album-item img{width:100%;height:100%;object-fit:cover;display:block;min-height:180px;}
.silver-gallery-single__nav{display:flex;justify-content:space-between;gap:10px;margin:22px 0 0;}
.silver-gallery-single__related{margin-top:28px;}
@media (max-width:1180px){.silver-gallery__grid--albums{grid-template-columns:repeat(2,minmax(0,1fr));}.silver-gallerypage__grid--albums,.silver-gallery-single__album-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.silver-gallery-single__intro{grid-template-columns:1fr;}}
@media (max-width:767px){.silver-gallery__grid--albums,.silver-gallerypage__grid--albums,.silver-gallery-single__album-grid{grid-template-columns:1fr;}.silver-gallery__media,.silver-gallerypage__item--album .silver-gallerypage__thumb{height:200px;}.silver-gallery-single__summary{padding:16px;}}


/* ------------------------------------------------------------
   Öğretmenlerimiz — premium showcase
------------------------------------------------------------ */
.aed-teachers-pro{gap:30px;}
.aed-teachers-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:20px;align-items:stretch;}
.aed-teachers-hero__lead{min-height:100%;background:
  radial-gradient(circle at top right, rgba(42,157,143,.12), transparent 36%),
  linear-gradient(135deg,#f7fbfc 0%,#ffffff 100%);
}
.aed-teachers-hero__panel{display:grid;grid-template-columns:1fr;gap:14px;}
.aed-teachers-stat{display:grid;gap:6px;padding:20px 22px;border-radius:24px;border:1px solid #e6edf0;background:linear-gradient(180deg,#ffffff 0%,#f7fbfc 100%);box-shadow:0 16px 38px rgba(15,76,92,.07);}
.aed-teachers-stat__value{font-size:36px;line-height:1;font-weight:900;letter-spacing:-.03em;color:#163038;}
.aed-teachers-stat__label{font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#5a7079;}
.aed-teachers-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border-radius:22px;border:1px solid #e4ecef;background:linear-gradient(180deg,#fff 0%,#fbfdfe 100%);box-shadow:0 12px 30px rgba(15,76,92,.05);}
.aed-teachers-toolbar__title{font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#163038;white-space:nowrap;}
.aed-teachers-toolbar__chips{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;}
.aed-teachers-chip{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:rgba(15,76,92,.08);color:#0f4c5c;font-size:12px;font-weight:800;line-height:1.2;}
.aed-teachers-grid{grid-template-columns:1fr;gap:22px;}
.aed-teacher-card{display:grid;grid-template-columns:minmax(220px,250px) minmax(0,1fr);align-items:stretch;border-radius:30px;border-color:#e3ebef;box-shadow:0 20px 48px rgba(15,76,92,.08);overflow:hidden;}
.aed-teacher-card:hover{transform:translateY(-4px);box-shadow:0 28px 62px rgba(15,76,92,.14);}
.aed-teacher-card__media-wrap{position:relative;height:100%;}
.aed-teacher-card__media{height:100%;min-height:100%;padding:0;background:linear-gradient(180deg,#f3f8fa 0%,#ebf3f6 100%);}
.aed-teacher-card__media img{width:100%;height:100%;min-height:100%;max-height:none;object-fit:cover;object-position:center top;display:block;}
.aed-teacher-card__badge{position:absolute;left:18px;bottom:18px;display:inline-flex;max-width:calc(100% - 36px);padding:10px 14px;border-radius:999px;background:rgba(22,48,56,.88);backdrop-filter:blur(10px);color:#fff;font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 14px 26px rgba(0,0,0,.18);}
.aed-teacher-card__body{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;padding:24px 26px;}
.aed-teacher-card__header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px;}
.aed-teacher-card__heading{display:grid;gap:8px;min-width:0;}
.aed-teacher-card__summary{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:rgba(15,76,92,.08);color:#0f4c5c;font-size:12px;font-weight:800;text-align:center;white-space:nowrap;}
.aed-teacher-card__text{min-height:0;max-width:72ch;}
.aed-teacher-card__meta{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding:0;}
.aed-teacher-card__meta li{display:flex;flex-direction:column;gap:6px;padding:14px 16px;border-radius:18px;background:#f8fbfc;border:1px solid #e7eef1;align-items:flex-start;justify-content:center;min-width:0;}
.aed-teacher-card__meta span{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#56707a;line-height:1.3;}
.aed-teacher-card__meta a{color:#163038;font-weight:700;text-decoration:none;overflow-wrap:anywhere;word-break:break-word;line-height:1.5;}
.aed-teacher-card__meta a:hover{color:#0f4c5c;}
.aed-teacher-card__footer{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:14px;padding-top:2px;}
.aed-teacher-card__actions{flex:1 1 420px;}
.aed-teacher-card__actions .aed-mini-chip{padding:10px 14px;border-radius:999px;font-weight:800;box-shadow:none;}
.aed-teacher-card__social{justify-content:flex-end;}
.aed-teacher-card__social a{padding:8px 12px;border-radius:999px;background:rgba(15,76,92,.08);}
@media (max-width: 1180px){
  .aed-teachers-hero{grid-template-columns:1fr;}
  .aed-teachers-hero__panel{grid-template-columns:repeat(3,minmax(0,1fr));}
  .aed-teacher-card{grid-template-columns:minmax(200px,230px) minmax(0,1fr);}
}
@media (max-width: 980px){
  .aed-teachers-toolbar{display:grid;justify-content:stretch;}
  .aed-teachers-toolbar__chips{justify-content:flex-start;}
  .aed-teacher-card{grid-template-columns:1fr;}
  .aed-teacher-card__media{min-height:260px;}
  .aed-teacher-card__media img{height:260px;min-height:260px;}
}
@media (max-width: 782px){
  .aed-teachers-hero__panel{grid-template-columns:1fr;}
  .aed-teacher-card__header{grid-template-columns:1fr;}
  .aed-teacher-card__summary{width:max-content;}
  .aed-teacher-card__meta{grid-template-columns:1fr;}
  .aed-teacher-card__footer{display:grid;justify-content:stretch;}
  .aed-teacher-card__social{justify-content:flex-start;}
}
