/* Küçük Pro CTA — nav ile yüklenir, sayfa stillerine karışmaz */
.dl-pro-chip{
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:5px 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.02em;
  line-height:1.2;
  text-decoration:none !important;
  color:#78350f !important;
  background:linear-gradient(135deg,#fde68a,#f59e0b 70%,#d97706);
  border:1px solid rgba(180,83,9,.28);
  box-shadow:0 4px 12px rgba(217,119,6,.22);
  white-space:nowrap;
  vertical-align:middle;
  transition:transform .12s ease, box-shadow .18s ease;
}
.dl-pro-chip::before{
  content:"";
  width:6px;height:6px;border-radius:50%;
  background:#fff;
  box-shadow:0 0 0 2px rgba(255,255,255,.35);
  flex:0 0 auto;
}
.dl-pro-chip:hover,.dl-pro-chip:focus-visible{
  transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(217,119,6,.3);
  outline:none;
}
.dl-pro-chip:active{ transform:translateY(0) }
.dl-pro-chip.is-on{
  color:#1c1917 !important;
  background:linear-gradient(135deg,#fef3c7,#fbbf24);
}
.dl-pro-chip.is-ghost{
  background:transparent;
  color:#b45309 !important;
  border-color:rgba(245,158,11,.45);
  box-shadow:none;
}
.dl-pro-chip.is-ghost::before{ background:#f59e0b; box-shadow:none }
.dl-pro-chip.is-block{
  display:flex;
  justify-content:center;
  width:100%;
  padding:9px 12px;
  font-size:12.5px;
  box-sizing:border-box;
}

.dl-menu a.is-pro{
  border-color:#fde68a;
  background:linear-gradient(135deg,#fffbeb 0%,#fff 55%,#f8fafc 100%);
}
.dl-menu a.is-pro:hover{ border-color:#fbbf24; box-shadow:0 8px 22px rgba(245,158,11,.15) }
.dl-menu a.is-pro.is-active{ border-color:#f59e0b; background:linear-gradient(135deg,#fef3c7,#fff7ed) }
.dl-menu a.is-pro .dl-menu-icon{ background:rgba(245,158,11,.16); color:#d97706 }
